ui: gc experiments

old-commit-hash: 42f8875901de9d9ca64765e758e8564b79afeeb2
This commit is contained in:
Adeeb Shihadeh
2024-08-31 17:24:50 -07:00
parent fecf6134ef
commit 5144cb0538
3 changed files with 0 additions and 130 deletions
-3
View File
@@ -83,9 +83,6 @@ if GetOption('extras') and arch != "Darwin":
# build updater UI
qt_env.Program("qt/setup/updater", ["qt/setup/updater.cc", asset_obj], LIBS=qt_libs)
# build mui
qt_env.Program("mui", ["mui.cc"], LIBS=qt_libs)
# build installers
senv = qt_env.Clone()
senv['LINKFLAGS'].append('-Wl,-strip-debug')