Use gnu++11 instead of c++11 in nero to build under Cygwin.
Courtesy of N. Shimizu.
This commit is contained in:
parent
ebece102e1
commit
c67868f1ea
|
@ -1,7 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
#CXXFLAGS = -g -pg -O2 -std=c++11
|
||||
CXXFLAGS = -g -O2 -std=c++11
|
||||
CXXFLAGS = -g -O2 -std=gnu++11
|
||||
#CXXFLAGS = -O2
|
||||
AM_CXXFLAGS = @ALLIANCE_CFLAGS@ \
|
||||
-I$(top_srcdir)/abl/src \
|
||||
|
|
Loading…
Reference in New Issue