We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4612 commit 74f41e4Copy full SHA for 74f41e4
1 file changed
.bazelrc
@@ -1,3 +1,4 @@
1
common --noenable_bzlmod --enable_workspace
2
build --cxxopt='-std=c++20'
3
-
+# HIGHS requires this define or else it is about 1.5x slower
4
+build --copt="-DNDEBUG=0"
0 commit comments