diff --git a/hit2023v2/hit2023v2.pro b/hit2023v2/hit2023v2.pro index c80dc72..c0ee17a 100644 --- a/hit2023v2/hit2023v2.pro +++ b/hit2023v2/hit2023v2.pro @@ -7,6 +7,13 @@ QT += core gui network serialport QMAKE_CXXFLAGS += -Wa,-mbig-obj +unix { + QMAKE_CXXFLAGS += -Wa +} + +win32 { + QMAKE_CXXFLAGS += -Wa,-mbig-obj +} greaterThan(QT_MAJOR_VERSION, 5): QT += widgets printsupport diff --git a/hit2023v2/release/hit2023v2.exe b/hit2023v2/release/hit2023v2.exe index 1b7a495..963797a 100644 Binary files a/hit2023v2/release/hit2023v2.exe and b/hit2023v2/release/hit2023v2.exe differ