set -O option to calm down compiler because of FORTIFY_SOURCE=2 option

This commit is contained in:
Gerhard Hoffmann 2023-12-07 17:00:03 +01:00
parent b9a7c04db9
commit 548447af1f

View File

@ -2,7 +2,7 @@ TEMPLATE = lib
TARGET = mobilisis_calc
#CONFIG += staticlib
QMAKE_CXXFLAGS += -std=c++17 -g -O0
QMAKE_CXXFLAGS += -std=c++17 -g -O
INCLUDEPATH += $$_PRO_FILE_PWD_/include
INCLUDEPATH += $$_PRO_FILE_PWD_/include/mobilisis