mirror of
https://github.com/openwrt/video.git
synced 2026-04-15 10:51:58 +00:00
qt5base/qmake.conf: clear optimization related compiler flags
This commit is contained in:
@@ -10,6 +10,11 @@ include(../common/linux.conf)
|
||||
include(../common/gcc-base-unix.conf)
|
||||
include(../common/g++-unix.conf)
|
||||
|
||||
QMAKE_CFLAGS_OPTIMIZE =
|
||||
QMAKE_CFLAGS_OPTIMIZE_FULL =
|
||||
# for whatever reasons $QMAKE_C*FLAGS_RELEASE has set optimization flags directly, instead of referencing $QMAKE_CFLAGS_OPTIMIZE*, so clearing them explicitly, too
|
||||
QMAKE_CFLAGS_RELEASE =
|
||||
QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE
|
||||
|
||||
# modifications to gcc-base.conf (included by gcc-base-unix.conf)
|
||||
QMAKE_CFLAGS += $$(TARGET_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user