Do debug info, use thin static archives

This commit is contained in:
Aidan Case
2024-03-14 19:45:29 -05:00
parent de03aed8ba
commit 30760ca090
2 changed files with 10 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ modules:
-DSLIC3R_STATIC=ON \
-DSLIC3R_BUILD_TESTS=OFF \
-DSLIC3R_DESKTOP_INTEGRATION=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DFLATPAK=ON \
-DBBL_RELEASE_TO_PUBLIC=1
CXXFLAGS=-std=gnu++20 cmake --build . --target install -j$FLATPAK_BUILDER_N_JOBS