2018-07-06 06:40 AM
Hi everyone,
i'm compiling all my projects using ARM Compiler Version 5.06 with these compiler options:
armCCothers_dbg := --cpu=$(processor) --fpmode=none --apcs=/interwork -g -O2 -Ospace -c --feedback=feedback.txt
i need to compile one file with -00 optimization!
How can i do?
Thanks in advance
Damiano
#arm-compiler2018-07-06 07:13 AM
There are specific armcc pragmas to accomplish optimization level overriding at function or file level.
See