[GH-ISSUE #26] . #12

Closed
opened 2026-05-05 03:33:57 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @graysuit on GitHub (Dec 19, 2020).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/26

Originally created by @graysuit on GitHub (Dec 19, 2020). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/26
Author
Owner

@klugier commented on GitHub (Jan 7, 2021):

@graysuit why do you want to have as smallest executable as possible. Do you want to save executable on the floppy (1 mb)? In the past we had option to optimize executable by size, but until now nobody raised the concern about this issue. However, our optimization was not such significant as you expected.

There is an option in the "Output mode". You need to click on the compiler name like "GCC Debug" or "Clang Debug" (or release if you selected to build release). Then you can select "All shared" for the build you have. It will produced shared library and your executable will be minimal. Mine for GUI example is around 0.15 Mb. However, you still need to deliver these libraries....

<!-- gh-comment-id:756443808 --> @klugier commented on GitHub (Jan 7, 2021): @graysuit why do you want to have as smallest executable as possible. Do you want to save executable on the floppy (1 mb)? In the past we had option to optimize executable by size, but until now nobody raised the concern about this issue. However, our optimization was not such significant as you expected. There is an option in the "Output mode". You need to click on the compiler name like "GCC Debug" or "Clang Debug" (or release if you selected to build release). Then you can select "All shared" for the build you have. It will produced shared library and your executable will be minimal. Mine for GUI example is around 0.15 Mb. However, you still need to deliver these libraries....
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#12
No description provided.