mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #26] . #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @graysuit on GitHub (Dec 19, 2020).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/26
@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....