We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7470f commit 55579f0Copy full SHA for 55579f0
Makefile
@@ -11,12 +11,6 @@ COMMON_FLAGS = -Wall -pedantic -Wextra -Wsign-compare -Wsign-conversion -Wshadow
11
CXXFLAGS := $(CXXFLAGS)
12
LDFLAGS := $(LDFLAGS)
13
14
-OS:=$(shell uname -s)
15
-ifeq ($(OS),Darwin)
16
- CXXFLAGS += -stdlib=libc++
17
- LDFLAGS += -stdlib=libc++ -F/ -framework CoreFoundation
18
-endif
19
-
20
ALL_HEADERS = $(shell find include/mapbox/ '(' -name '*.hpp' ')')
21
22
all: out/bench-variant out/unique_ptr_test out/unique_ptr_test out/recursive_wrapper_test out/binary_visitor_test
0 commit comments