Remove clang -stdlib flag in makefile

This commit is contained in:
Max Brunsfeld 2014-02-19 09:02:17 -08:00
parent 6b23a5ac0d
commit 9f0a395c0d

View file

@ -19,7 +19,7 @@ TEST_BIN = spec/run.out
### build configuration ###
CFLAGS ?= -Wall -g -m64
CPPFLAGS ?= -Wall -std=c++11 -stdlib=libc++ -g -m64
CPPFLAGS ?= -Wall -std=c++11 -g -m64
### targets ###
all: $(LIB_FILE)