This commit is contained in:
yhirose
2021-11-23 10:47:30 -05:00
parent ea7548b4cc
commit 226388ae27
3 changed files with 26 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#CXX = clang++
CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion #-fsanitize=address
CXX = clang++
CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address
PREFIX = /usr/local
#PREFIX = $(shell brew --prefix)