Skip to content

Commit

Permalink
remove fvisibility hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored Oct 11, 2024
1 parent 6a73037 commit de0db21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ELF-GC-DYNSTR=./elf-gc-dynstr

# Note that we expect to be building inside a Steam Runtime "scout" container
ifeq ($(OS),Linux)
CC="gcc-5 -m32 -std=gnu++11 -fno-delete-null-pointer-checks -fno-gnu-unique -fvisibility=hidden"
CPLUS="g++-5 -m32 -std=gnu++11 -fno-delete-null-pointer-checks -fno-gnu-unique -fvisibility=hidden"
CC="gcc-5 -m32 -std=gnu++11 -fno-delete-null-pointer-checks -fno-gnu-unique"
CPLUS="g++-5 -m32 -std=gnu++11 -fno-delete-null-pointer-checks -fno-gnu-unique"
CPP_LIB:=-L$(shell g++-5 -m32 -print-file-name=libstdc++.so | xargs dirname) -lstdc++ -ldl -lpthread
CLINK=$(CC)
endif
Expand Down

0 comments on commit de0db21

Please sign in to comment.