GNUMakefile: The previous patch doesn't work with g++.
https://stackoverflow.com/questions/19774778/when-is-it-necessary-to-use-use-the-flag-stdlib-libstdclocals-and-roots
parent
10164b6af8
commit
bbb3582d9d
|
@ -12,7 +12,7 @@ ifdef CONFIG
|
||||||
-DFACTOR_GIT_LABEL="$(GIT_LABEL)" \
|
-DFACTOR_GIT_LABEL="$(GIT_LABEL)" \
|
||||||
$(SITE_CFLAGS)
|
$(SITE_CFLAGS)
|
||||||
|
|
||||||
CXXFLAGS += -std=c++11 -stdlib=libc++
|
CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
CFLAGS += -g -DFACTOR_DEBUG
|
CFLAGS += -g -DFACTOR_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue