Skip to content

Commit

Permalink
fix .
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Jul 23, 2024
1 parent d28f53a commit 4456c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,12 @@ jobs:
run: |
./build0.sh
export CXXFLAGS="-Werror"
cmake . -GNinja \
cmake . -G"Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_LLVM=yes \
-DLFORTRAN_BUILD_ALL=yes \
-DWITH_STACKTRACE=no \
-DWITH_RUNTIME_STACKTRACE=yes \
-DCMAKE_PREFIX_PATH="$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX=`pwd`/inst \
-DCMAKE_C_COMPILER_LAUNCHER=sccache \
Expand Down

0 comments on commit 4456c3d

Please sign in to comment.