Skip to content

Commit

Permalink
Run CI ngen integration builds with ASan and -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Apr 2, 2024
1 parent 4cfcb28 commit 6d08db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build the CFE Library
run: |
cmake -B cmake_build -S . -DNGEN=ON
cmake -B cmake_build -S . -DNGEN=ON -DCMAKE_C_FLAGS='-g -Og -fsanitize=address -Werror'
make -C cmake_build
- name: Save CFE to a Temp Directory
Expand Down

0 comments on commit 6d08db7

Please sign in to comment.