Browse Source

Update QGCCommon.pri

QGC4.4
jennerl 4 years ago committed by Don Gagne
parent
commit
291d3f3f97
  1. 1
      QGCCommon.pri

1
QGCCommon.pri

@ -91,7 +91,6 @@ linux { @@ -91,7 +91,6 @@ linux {
QMAKE_CXXFLAGS -= -Zc:strictStrings
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO -= -Zc:strictStrings
QMAKE_CXXFLAGS += /std:c++17
QMAKE_CXXFLAGS_WARN_ON += /WX /W3 \
/wd4005 \ # silence warnings about macro redefinition, these come from the shapefile code with is external
/wd4290 \ # ignore exception specifications

Loading…
Cancel
Save