Skip to content

Commit 4c21660

Browse files
committed
static link libstdc++
1 parent e049ca5 commit 4c21660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SRC = $(EXE).c
1919
CC = /usr/local/Cellar/gcc/6.3.0_1/bin/gcc-6
2020
CXX = /usr/local/Cellar/gcc/6.3.0_1/bin/g++-6
2121
CDEFS += -DDISABLE_LZO -DDISABLE_SSL
22-
CFLAGS += -I/usr/include/malloc/ -Dunix -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
22+
CFLAGS += -Dunix -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -static-libstdc++
2323

2424

2525
all:

0 commit comments

Comments
 (0)