Skip to content

Commit

Permalink
Set ubuntu-clang-10-build optimization level to -Og
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed Oct 8, 2020
1 parent 45c2e31 commit 5dc5fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
-DCMAKE_CXX_COMPILER=clang++-10 -DCMAKE_C_COMPILER=clang-10
-DCMAKE_CXX_FLAGS="-ffile-prefix-map=${{ runner.workspace }}/=/
-fno-omit-frame-pointer -fsanitize=address,undefined
-fsanitize-undefined-strip-path-components=$UBSAN_STRIP_COUNT"
-fsanitize-undefined-strip-path-components=$UBSAN_STRIP_COUNT -Og"
-DCMAKE_EXE_LINKER_FLAGS="-fuse-ld=lld -fsanitize=address,undefined"
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache

Expand Down

0 comments on commit 5dc5fdd

Please sign in to comment.