#14396 closed bug (fixed)
Makefile - OPTIMIZE - incorrect comment
Reported by: | ahwayakchih | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Documentation | Version: | R1/Development |
Keywords: | Makefile | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Makefile includes very helpful comments about available options/variables. Unfortunately, one of them is incorrect.
When describing OPTIMIZE, it mentions that FULL means O2 option, which is not true:
# SOME (O1), FULL (O2), or leave blank (for the default optimization level).
AFAIK it should be something like this instead:
# SOME (O1), FULL (O3), or leave blank (for the default optimization level).
Note:
See TracTickets
for help on using tickets.
Fixed in hrev52282.