build: Change default build from -O2 -g to -Os -g
This commit is contained in:
@@ -795,7 +795,7 @@ The build profile controls the use of logging, assertions, and compiler optimiza
|
||||
| Wrapper | | | | |
|
||||
| Macro | | | | |
|
||||
+----------+---------------------------------+-----------------------------+-------------------------------+---------------------------------+
|
||||
| Compiler | ``-Og -g`` | ``-O2 -g`` | ``-O3`` | ``-O3`` |
|
||||
| Compiler | ``-Og -g`` | ``-Os -g`` | ``-O3`` | ``-O3`` |
|
||||
| Flags | | | | ``-march=native`` |
|
||||
| | | | | ``-mtune=native`` |
|
||||
+----------+---------------------------------+-----------------------------+-------------------------------+---------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user