remove unneeded option being added.

I misread my compile outputs and didn't see that gnu++17 was already specified under an alias
also i used the completely wrong standard name.
portability/clang
Rachel Fae Fox (foxiepaws) 2019-07-22 11:57:44 -04:00
parent 87e3fa887e
commit 662d12b79b
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ RESOURCES += res/resources.qrc
freebsd-clang {
DEFINES += WITH_BOOST
LIBS += -lboost_math_tr1
QMAKE_CXXFLAGS += -std=g++17
}
macx: {