We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fb4d1 commit 90d326bCopy full SHA for 90d326b
.bazelrc
@@ -1 +1,4 @@
1
-build --cxxopt='-std=c++20' --noenable_bzlmod --enable_workspace
+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"
.bazelversion
@@ -0,0 +1 @@
+8.2.1
.gitignore
@@ -30,7 +30,5 @@ eclipse-*bin/
30
# Ignore jekyll build output.
31
/production
32
/.sass-cache
33
-# Bazelisk version file
34
-.bazelversion
35
# User-specific .bazelrc
36
user.bazelrc
0 commit comments