Skip to content

Commit

Permalink
static link libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
ryopei committed Mar 23, 2017
1 parent e049ca5 commit 4c21660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRC = $(EXE).c
CC = /usr/local/Cellar/gcc/6.3.0_1/bin/gcc-6
CXX = /usr/local/Cellar/gcc/6.3.0_1/bin/g++-6
CDEFS += -DDISABLE_LZO -DDISABLE_SSL
CFLAGS += -I/usr/include/malloc/ -Dunix -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
CFLAGS += -Dunix -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -static-libstdc++


all:
Expand Down

0 comments on commit 4c21660

Please sign in to comment.