Build compiler options are sorted?

Greetings all,

Im adding “build_options = -O3” in my platformio.ini, but im finding that its being placed before a default “-Os” option on the gcc build command line so is having no effect.

What can i do about this?

Thanks.

Try do add also build_unflags = -Os.