We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6135d0d commit 6c0e984Copy full SHA for 6c0e984
2 files changed
src/Make_cyg_ming.mak
@@ -415,7 +415,7 @@ WINDRES_CC = $(CC)
415
###########################################################################
416
417
CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall
418
-CXXFLAGS = -std=c++11
+CXXFLAGS = -std=gnu++11
419
WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED
420
EXTRA_LIBS =
421
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1637,
753
/**/
754
1636,
755
0 commit comments