Skip to content

Commit

Permalink
set explicitly symbols visibility to default
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Feb 17, 2023
1 parent 2f6d323 commit 436908e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ this_cxxflags += -fPIC

this_ldlibs += -lstdc++

this_cxxflags += -fvisibility=default
this_ldflags += -fvisibility=default

# Run lint only on Debian, because Ubuntu's version can be unstable
ifeq ($(os),linux)
ifeq ($(shell lsb_release --short --id),Debian)
Expand Down

0 comments on commit 436908e

Please sign in to comment.