Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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).

https://github.com/haiku/haiku/blob/9b41d53230ac7c7037bb76e2b3889a4543d94e6e/data/develop/Makefile#L79

AFAIK it should be something like this instead:

#	SOME (O1), FULL (O3), or leave blank (for the default optimization level).

Change History (2)

comment:1 by waddlesplash, 6 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev52282.

comment:2 by ahwayakchih, 6 years ago

Thanks :).

Note: See TracTickets for help on using tickets.