Use gnu++11 instead of c++11 in nero to build under Cygwin.

Courtesy of N. Shimizu.
This commit is contained in:
Jean-Paul Chaput 2023-03-06 15:04:39 +01:00
parent ebece102e1
commit c67868f1ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 \