Skip to content

Commit

Permalink
Address Linux build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Nov 16, 2013
1 parent 0706dad commit 0988715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ JCXXFLAGS = -pipe $(fPIC) -fno-rtti
ifeq ($(USE_LIBCPP),1)
CXX += -stdlib=libc++
else
CXX += -stdlib=stdlibc++
CXX += $(STDLIBCPP_FLAG)
endif
DEBUGFLAGS = -O0 -g -DDEBUG -fstack-protector-all
SHIPFLAGS = -O3
Expand Down

0 comments on commit 0988715

Please sign in to comment.