From 548447af1f5ef5cc880f21ff0452c521ed87ce48 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 7 Dec 2023 17:00:03 +0100 Subject: [PATCH] set -O option to calm down compiler because of FORTIFY_SOURCE=2 option --- library/library.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/library.pro b/library/library.pro index a4bb815..b0a8022 100644 --- a/library/library.pro +++ b/library/library.pro @@ -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