blob: 28d7ab95f829aaa96b0949f3bd686fd95ba314d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://github.com/mesonbuild/meson/issues/14201
--- a/src/meson.build
+++ b/src/meson.build
@@ -29,7 +29,7 @@ fc_sources = [
'ftglue.c',
]
-fcobjshash_h = cc.preprocess('fcobjshash.gperf.h', include_directories: incbase)
+fcobjshash_h = cc.preprocess('fcobjshash.gperf.h', include_directories: incbase, compile_args: '-g0')
fcobjshash_gperf = custom_target(
input: fcobjshash_h,
output: 'fcobjshash.gperf',
|