Fix #97. (Thanks to DJm00n.)

This commit is contained in:
yhirose 2018-10-28 16:15:22 +09:00
parent 97521e63f0
commit 49c82c9c50
2 changed files with 65 additions and 11 deletions

View file

@ -2,7 +2,7 @@
CC = clang++
#CC = g++
CFLAGS = -ggdb -O0 -std=c++11 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I. -Wall -Wextra
CFLAGS = -ggdb -O0 -std=c++11 -DGTEST_USE_OWN_TR1_TUPLE -I.. -I. -Wall -Wextra -Wtype-limits
OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -lssl -lcrypto
ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz