mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-20 19:58:35 +00:00
Remove select()
and use poll()
(#2078)
* Revert "Fix typo in meson.build (#2070)" This reverts commit5c0135fa5d
. * Revert "build(meson): automatically use poll or select as needed (#2067)" This reverts commit2b5d1eea8d
. * Revert "Make poll() the default (#2065)" This reverts commit6e73a63153
. * Remove select() and use poll()
This commit is contained in:
parent
b944f942ee
commit
22d90c29b4
6 changed files with 8 additions and 145 deletions
test
|
@ -1,10 +1,6 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -g -std=c++11 -I. -Wall -Wextra -Wtype-limits -Wconversion -Wshadow # -fno-exceptions -DCPPHTTPLIB_NO_EXCEPTIONS -fsanitize=address
|
||||
|
||||
ifeq ($(SELECT_IMPL),select)
|
||||
CXXFLAGS += -DCPPHTTPLIB_USE_SELECT
|
||||
endif
|
||||
|
||||
PREFIX ?= $(shell brew --prefix)
|
||||
|
||||
OPENSSL_DIR = $(PREFIX)/opt/openssl@3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue