Skip to content

Commit

Permalink
Merge pull request lcompilers#2212 from Shaikh-Ubaid/ci_fix_release_o…
Browse files Browse the repository at this point in the history
…ften_failure

CI: Provide release flags, exclude -march=native
  • Loading branch information
certik authored Jul 26, 2023
2 parents 5905252 + cc9737f commit c1a613b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ jobs:
export CXXFLAGS="-Werror"
cmake . -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-Wall -Wextra -O3 -funroll-loops -DNDEBUG" \
-DWITH_LLVM=yes \
-DLFORTRAN_BUILD_ALL=yes \
-DWITH_STACKTRACE=no \
Expand Down

0 comments on commit c1a613b

Please sign in to comment.