mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Don't enable -fsubroutine-extraction when using -Os or -Of
This commit is contained in:
@@ -212,12 +212,12 @@ Whether identical functions should be merged into one function.
|
||||
Default: yes.
|
||||
|
||||
* `-fsubroutine-extraction`, `-fno-subroutine-extraction` –
|
||||
Whether identical fragments of functions should be extracted into subroutines.
|
||||
Whether identical fragments of functions should be extracted into subroutines (experimental).
|
||||
Makes the code smaller. Computationally very expensive.
|
||||
`.ini` equivalent: `subroutine_extraction`.
|
||||
Default: no.
|
||||
|
||||
* `-Os`, `--size` – Optimize for size, sacrificing some speed (experimental).
|
||||
Also enables `-fsubroutine-extraction`.
|
||||
|
||||
* `-Of`, `--fast` – Optimize for speed, even if it increases the size a bit (experimental).
|
||||
Also enables `-finline`.
|
||||
|
||||
Reference in New Issue
Block a user