blob: 512bddfbe8c2343c1b5bdfcc7342bd53d6e79f6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Don't clobber toolchain defaults.
https://bugs.gentoo.org/892996
--- a/meson.build
+++ b/meson.build
@@ -204,7 +204,6 @@ osinfo_db_tools_check_cflags = [
'-Wjump-misses-init',
'-Wframe-larger-than=4096',
'-Wno-overlength-strings',
- '-Wp,-D_FORTIFY_SOURCE=2',
'--param=ssp-buffer-size=4',
'-fexceptions',
'-fasynchronous-unwind-tables',
|