summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-08 13:33:02 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-08 13:33:02 -0500
commitf95ca5ef3b2890abfac73e7a0d59695442b1e37a (patch)
tree8c24a52ddc79c8860c0f7ef37f18b4f94e64d47d /meson_options.txt
parent8c62a890e23f5853b1a562b03fe3e1bccc6e7664 (diff)
downloadlighttpd-git-f95ca5ef3b2890abfac73e7a0d59695442b1e37a.tar.gz
[build] use -fstack-protector-strong w/ extra warn
use -fstack-protector-strong if configured with --enable-extra-warnings
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2ad97c0a..3b9f366b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -151,7 +151,7 @@ option('build_extra_warnings',
)
option('warn_cflags',
type: 'string',
- value: '-g -g2 -Wall -Wmissing-declarations -Wcast-align -Wsign-compare -Wnested-externs -Wpointer-arith -D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security',
+ value: '-g -g2 -Wall -Wmissing-declarations -Wcast-align -Wsign-compare -Wnested-externs -Wpointer-arith -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Werror=format-security',
description: 'CFLAGS to use when build_extra_warnings is active',
)