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 a2138c0 commit a6d47ccCopy full SHA for a6d47cc
meson.build
@@ -16,7 +16,7 @@ dir_src = join_paths(meson.source_root(), 'src')
16
17
# Compiler setup
18
cc = meson.get_compiler('c')
19
-cflags = ['-Wall', '-Wextra', '-Werror', '-fvisibility=hidden']
+cflags = ['-Wall', '-Wextra', '-Werror']
20
add_project_arguments(cflags, language: 'c')
21
22
#-Wno-missing-prototypes -Wno-padded -Wno-missing-variable-declarations -Wno-thread-safety-analysis
0 commit comments