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 60b3d5c commit 296f145Copy full SHA for 296f145
.verify-helper/config.toml
@@ -1,3 +1,3 @@
1
[[languages.cpp.environments]]
2
CXX = "g++"
3
-CXXFLAGS = ["-std=c++20", "-Wall", "-Wextra", "-O2", "-march=native"]
+CXXFLAGS = ["-std=c++20", "-Wall", "-Wextra", "-O2", "-march=native", "-mavx2"]
0 commit comments