changeset 2971:67a1d12cb079

Remove -std=c++11 from CXXFLAGS; CXX should have it if needed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 20 Mar 2023 23:04:15 +0000
parents 83c17a84bc27
children 5727036821bd
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Mar 20 22:49:06 2023 +0000
+++ b/Makefile.in	Mon Mar 20 23:04:15 2023 +0000
@@ -6,7 +6,7 @@
 MLFLAGS	=	-L.
 include $(srcdir)/Version.mk
 CCFLAGS = 	@CFLAGS@ $(PLATCCFLAGS) @ARCH@ -D@DW_DEFINE@ -DBUILD_DLL -DDW_RESOURCES -DVER_REV=$(VER_REV)
-CXXFLAGS=	-std=c++11 
+CXXFLAGS=
 LFLAGS	=	@LIBS@ @ARCH@
 ARFLAGS =	@ARFLAGS@
 INSTALL =	@INSTALL@