1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Add CPPHTTPLIB_USE_NON_BLOCKING_GETADDRINFO

This commit is contained in:
yhirose
2025-06-30 21:14:58 -04:00
parent 7c303bb871
commit 292f9a6c55
2 changed files with 16 additions and 6 deletions

View File

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