We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e52f commit f997445Copy full SHA for f997445
meson.build
@@ -26,9 +26,11 @@ pre_args = [
26
'-DPACKAGE_STRING="@0@ @1@"'.format(meson.project_name(), meson.project_version()),
27
'-DDESKTOP',
28
'-D_USE_MATH_DEFINES',
29
+ '-Werror=implicit-function-declaration',
30
]
31
32
if host_machine.system() != 'windows'
33
+ pre_args += '-D_GNU_SOURCE'
34
foreach f : [ 'posix_memalign' ]
35
if compiler_c.has_function(f)
36
pre_args += '-DHAVE_@0@'.format(f.to_upper())
0 commit comments