1
0
mirror of synced 2025-07-30 22:03:07 +03:00
This commit is contained in:
yhirose
2022-05-27 11:54:43 -04:00
committed by GitHub
parent 4001637beb
commit a5a62768c0
3 changed files with 23 additions and 23 deletions

View File

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