Skip to content

Commit

Permalink
Added GLOBALVISIBILITY option to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeShark committed Nov 15, 2015
1 parent 7432025 commit f3d9f13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deps/mk/cxx_flags.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
INITIAL_CXX_FLAGS += -Wall -fvisibility=hidden -fvisibility-inlines-hidden
INITIAL_CXX_FLAGS += -Wall

ifndef GLOBALVISIBILITY
INITIAL_CXX_FLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
endif

ifdef DEBUG
INITIAL_CXX_FLAGS += -g
else
Expand Down

0 comments on commit f3d9f13

Please sign in to comment.