Skip to content

Commit 5aefe6c

Browse files
committed
removed -static-libgcc in OSX makefile
1 parent 760292c commit 5aefe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COMP=g++
1919
ifndef SystemRoot
2020
# *nix
2121
ifeq ($(shell uname -s),Darwin)
22-
LIBS= -static-libgcc -static-libstdc++ -lpthread
22+
LIBS= -static-libstdc++ -lpthread
2323
OS=OSX
2424
else
2525
LIBS=-s -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -static

0 commit comments

Comments
 (0)