[haiku-bugs] [Haiku] #14396: Makefile - OPTIMIZE - incorrect comment

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Fri, 24 Aug 2018 05:47:28 -0000

#14396: Makefile - OPTIMIZE - incorrect comment
---------------------------+------------------------------
 Reporter:  ahwayakchih    |        Owner:  nielx
     Type:  bug            |       Status:  new
 Priority:  normal         |    Milestone:  R1
Component:  Documentation  |      Version:  R1/Development
 Keywords:  Makefile       |   Blocked By:
 Blocking:                 |  Has a Patch:  0
 Platform:  All            |
---------------------------+------------------------------
 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).
 }}}

-- 
Ticket URL: <https://dev.haiku-os.org/ticket/14396>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: