mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
Merge branch 'fortify' into 'master'
ci: use _FORTIFY_SOURCE=3 for smoke test See merge request wlroots/wlroots!4743
This commit is contained in:
commit
badb6d26ba
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ sources:
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
CC=gcc meson setup build-gcc --fatal-meson-warnings --default-library=both -Dauto_features=enabled --prefix /usr -Db_sanitize=address,undefined
|
CC=gcc meson setup build-gcc --fatal-meson-warnings --default-library=both -Dauto_features=enabled --prefix /usr -Dbuildtype=debugoptimized -Db_sanitize=address,undefined -Dc_args=-D_FORTIFY_SOURCE=3
|
||||||
CC=clang meson setup build-clang --fatal-meson-warnings -Dauto_features=enabled -Dc_std=c11
|
CC=clang meson setup build-clang --fatal-meson-warnings -Dauto_features=enabled -Dc_std=c11
|
||||||
- gcc: |
|
- gcc: |
|
||||||
cd wlroots/build-gcc
|
cd wlroots/build-gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue