no -std=c++11 for msvc

specific to gcc/clang
This commit is contained in:
Michael Davidsaver
2019-10-21 15:11:57 -07:00
parent 9691728b36
commit 6b1f5cb6f7
4 changed files with 4 additions and 6 deletions
+4
View File
@@ -43,3 +43,7 @@ CHECK_RELEASE = YES
# MSVC - skip defining min()/max() macros
USR_CPPFLAGS_WIN32 += -DNOMINMAX
ifneq ($(filter-out msvc,$(CMPLR_CLASS)),)
USR_CXXFLAGS += -std=c++11
endif
-2
View File
@@ -7,8 +7,6 @@ include $(TOP)/configure/CONFIG
USR_CPPFLAGS += -DPVXS_API_BUILDING
USR_CXXFLAGS += -std=c++11
# fault on any undefined symbols (eg. from missing LIB_SYS_LIBS)
USR_LDFLAGS_Linux += -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
USR_LDFLAGS_DEFAULT +=
-2
View File
@@ -8,8 +8,6 @@ include $(TOP)/configure/CONFIG
# access to private headers
USR_CPPFLAGS += -I$(TOP)/src
USR_CXXFLAGS += -std=c++11
PROD_LIBS += pvxs Com
TESTPROD += testsock
-2
View File
@@ -8,8 +8,6 @@ include $(TOP)/configure/CONFIG
# access to private headers
USR_CPPFLAGS += -I$(TOP)/src
USR_CXXFLAGS += -std=c++11
PROD_LIBS += pvxs Com
PROD += pvxvct