We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e049ca5 commit 4c21660Copy full SHA for 4c21660
Makefile
@@ -19,7 +19,7 @@ SRC = $(EXE).c
19
CC = /usr/local/Cellar/gcc/6.3.0_1/bin/gcc-6
20
CXX = /usr/local/Cellar/gcc/6.3.0_1/bin/g++-6
21
CDEFS += -DDISABLE_LZO -DDISABLE_SSL
22
-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++
23
24
25
all:
0 commit comments