compress debug info

This commit is contained in:
Aidan Case
2024-03-10 11:49:57 -05:00
parent a69c044853
commit 3eec47471b
2 changed files with 10 additions and 6 deletions

1
deps/CMakeLists.txt vendored
View File

@@ -146,6 +146,7 @@ if (NOT IS_CROSS_COMPILE OR NOT APPLE)
INSTALL_COMMAND ${CMAKE_COMMAND} --build . --target install --config Release
)
elseif(FLATPAK)
# TODO: maybe use shared libs for size reduction
ExternalProject_Add(
dep_${projectname}
EXCLUDE_FROM_ALL ON