Remove clang -stdlib flag in makefile
This commit is contained in:
parent
6b23a5ac0d
commit
9f0a395c0d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue