We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7432025 commit f3d9f13Copy full SHA for f3d9f13
deps/mk/cxx_flags.mk
@@ -1,4 +1,9 @@
1
-INITIAL_CXX_FLAGS += -Wall -fvisibility=hidden -fvisibility-inlines-hidden
+INITIAL_CXX_FLAGS += -Wall
2
+
3
+ifndef GLOBALVISIBILITY
4
+ INITIAL_CXX_FLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
5
+endif
6
7
ifdef DEBUG
8
INITIAL_CXX_FLAGS += -g
9
else
0 commit comments