Skip to content

Commit 74f41e4

Browse files
committed
fix -DNDEBUG=0 for HIGHS in .bazelrc
1 parent 7fa4612 commit 74f41e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
common --noenable_bzlmod --enable_workspace
22
build --cxxopt='-std=c++20'
3-
3+
# HIGHS requires this define or else it is about 1.5x slower
4+
build --copt="-DNDEBUG=0"

0 commit comments

Comments
 (0)