Skip to content

Commit a6d47cc

Browse files
committed
Don't hide *ALL* symbols.
Don't use -fvisibility=hidden to hide *all* symbols. Then we can't link against this library.
1 parent a2138c0 commit a6d47cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dir_src = join_paths(meson.source_root(), 'src')
1616

1717
# Compiler setup
1818
cc = meson.get_compiler('c')
19-
cflags = ['-Wall', '-Wextra', '-Werror', '-fvisibility=hidden']
19+
cflags = ['-Wall', '-Wextra', '-Werror']
2020
add_project_arguments(cflags, language: 'c')
2121

2222
#-Wno-missing-prototypes -Wno-padded -Wno-missing-variable-declarations -Wno-thread-safety-analysis

0 commit comments

Comments
 (0)