We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee07d77 commit 546c2e5Copy full SHA for 546c2e5
1 file changed
cabal.project
@@ -39,11 +39,6 @@ package cardano-db-tool
39
package cardano-smash-server
40
ghc-options: -Wall -Werror -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Wunused-imports -Wunused-packages
41
42
-package blockio
43
- -- Use serial block IO to avoid requiring liburing (not available in devx CI).
44
- -- TODO: revert when CI provides liburing or switch to io_uring for better LSM perf.
45
- flags: +serialblockio
46
-
47
package cardano-node
48
-- We are using cardano-node as a library and we never use the systemd scribe, so there
49
-- is no benefit to linking against it
0 commit comments