We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634177d commit cc9737fCopy full SHA for cc9737f
1 file changed
.github/workflows/CI.yml
@@ -335,6 +335,7 @@ jobs:
335
export CXXFLAGS="-Werror"
336
cmake . -GNinja \
337
-DCMAKE_BUILD_TYPE=Release \
338
+ -DCMAKE_CXX_FLAGS_RELEASE="-Wall -Wextra -O3 -funroll-loops -DNDEBUG" \
339
-DWITH_LLVM=yes \
340
-DLFORTRAN_BUILD_ALL=yes \
341
-DWITH_STACKTRACE=no \
0 commit comments