paxo-phone / PaxOS-9

Code source de la dernière version du PaxOS
https://www.paxo.fr
GNU Affero General Public License v3.0
53 stars 16 forks source link

Add new compiler and linker flags to platformio.ini #72

Closed Charlito33 closed 5 months ago

Charlito33 commented 5 months ago

The commit introduces two new flags - -flto and -Wl,-allow-multiple-definition,--stack,16777216 for compilation and linking processes. This is aimed at optimizing the program efficiency and handling potential issues with stack size and multiple definitions.