Skip to content

Commit

Permalink
circleci: clang, set -Wno-unsafe-buffer-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 26, 2023
1 parent 07eb419 commit 24c93c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- checkout
- run: cat /proc/cpuinfo /proc/meminfo
- run: pipx install meson==0.55.0
- run: CC=clang CXX=clang++ /root/.local/bin/meson setup build -Db_coverage=true
- run: CFLAGS="-Wno-unsafe-buffer-usage" CXXFLAGS="-Wno-unsafe-buffer-usage" CC=clang CXX=clang++ /root/.local/bin/meson setup build -Db_coverage=true
- run: ninja -C build -v -j 5
- run: ninja -C build -v test

Expand Down

0 comments on commit 24c93c2

Please sign in to comment.