Temporary disable silent mode to check which options passed to gcc.

This commit is contained in:
Roman Telezhynskyi 2021-09-25 19:33:05 +03:00
parent c5839ebe28
commit 8c145b9150

View file

@ -70,7 +70,7 @@ include(warnings.pri)
CONFIG(release, debug|release){ CONFIG(release, debug|release){
# Release mode # Release mode
!*msvc*:CONFIG += silent !*msvc*:!*g++*:CONFIG += silent
DEFINES += V_NO_ASSERT DEFINES += V_NO_ASSERT
!unix:*g++*{ !unix:*g++*{
QMAKE_CXXFLAGS += -fno-omit-frame-pointer # Need for exchndl.dll QMAKE_CXXFLAGS += -fno-omit-frame-pointer # Need for exchndl.dll