Hi, two questions:
- Is there any reason to remove the --dry-run flag from the compile command? I find useful to just check compilation without generating the build output folder...
- I'm trying to change the optimization flag updating platform.txt (e.g. compiler.optimization_flags=-O0) and also adding a platform.local.txt to override the default variables but the compiler seems to ever use -Os, any idea?
Target is SAM D21.
Thanks.