Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc9737f

Browse files
committed
CI: Provide release flags, exclude -march=native
1 parent 634177d commit cc9737f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ jobs:
335335
export CXXFLAGS="-Werror"
336336
cmake . -GNinja \
337337
-DCMAKE_BUILD_TYPE=Release \
338+
-DCMAKE_CXX_FLAGS_RELEASE="-Wall -Wextra -O3 -funroll-loops -DNDEBUG" \
338339
-DWITH_LLVM=yes \
339340
-DLFORTRAN_BUILD_ALL=yes \
340341
-DWITH_STACKTRACE=no \

0 commit comments

Comments
 (0)