Skip to content

Commit f3d9f13

Browse files
committed
Added GLOBALVISIBILITY option to build.
1 parent 7432025 commit f3d9f13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deps/mk/cxx_flags.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
INITIAL_CXX_FLAGS += -Wall -fvisibility=hidden -fvisibility-inlines-hidden
1+
INITIAL_CXX_FLAGS += -Wall
2+
3+
ifndef GLOBALVISIBILITY
4+
INITIAL_CXX_FLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
5+
endif
6+
27
ifdef DEBUG
38
INITIAL_CXX_FLAGS += -g
49
else

0 commit comments

Comments
 (0)