Skip to content

Added compiler optimizations#2477

Merged
quajak merged 1 commit intoCosmosOS:masterfrom
AAM1075:master
Nov 20, 2022
Merged

Added compiler optimizations#2477
quajak merged 1 commit intoCosmosOS:masterfrom
AAM1075:master

Conversation

@AAM1075
Copy link
Copy Markdown
Contributor

@AAM1075 AAM1075 commented Nov 20, 2022

I've added the ability to use compiler optimizations. This may have performance increases.

Available optimization modes:

  • O0 (No optimizations)
  • O1 (Minor optimizations)
  • O2 (Decent optimizations; May be the most stable)
  • O3 (Major optimizations; may be unstable)
  • Os (Optimize for the smallest possible code size; May be unstable)
  • Ofast (Optimize for code speed; May be unstable)

@quajak quajak merged commit 63574da into CosmosOS:master Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants