Makefile Engine template: Whitespace cleanup and synchronization.
Also update comment as FULL is O3 not O2, fixing #14396.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## Fill in this file to specify the project being created, and the referenced
|
## Fill in this file to specify the project being created, and the referenced
|
||||||
## Makefile-Engine will do all of the hard work for you. This handles any
|
## Makefile-Engine will do all of the hard work for you. This handles any
|
||||||
## architecture of Haiku.
|
## architecture of Haiku.
|
||||||
|
##
|
||||||
## For more information, see:
|
## For more information, see:
|
||||||
## file:///system/develop/documentation/makefile-engine.html
|
## file:///system/develop/documentation/makefile-engine.html
|
||||||
|
|
||||||
@@ -76,7 +77,7 @@ SYSTEM_INCLUDE_PATHS =
|
|||||||
LOCAL_INCLUDE_PATHS =
|
LOCAL_INCLUDE_PATHS =
|
||||||
|
|
||||||
# Specify the level of optimization that you want. Specify either NONE (O0),
|
# Specify the level of optimization that you want. Specify either NONE (O0),
|
||||||
# SOME (O1), FULL (O2), or leave blank (for the default optimization level).
|
# SOME (O1), FULL (O3), or leave blank (for the default optimization level).
|
||||||
OPTIMIZE :=
|
OPTIMIZE :=
|
||||||
|
|
||||||
# Specify the codes for languages you are going to support in this
|
# Specify the codes for languages you are going to support in this
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
## Fill in this file to specify the project being created, and the referenced
|
## Fill in this file to specify the project being created, and the referenced
|
||||||
## Makefile-Engine will do all of the hard work for you. This handles any
|
## Makefile-Engine will do all of the hard work for you. This handles any
|
||||||
## architecture of Haiku.
|
## architecture of Haiku.
|
||||||
|
##
|
||||||
|
## For more information, see:
|
||||||
|
## file:///system/develop/documentation/makefile-engine.html
|
||||||
|
|
||||||
# The name of the binary.
|
# The name of the binary.
|
||||||
NAME =
|
NAME =
|
||||||
@@ -74,7 +77,7 @@ SYSTEM_INCLUDE_PATHS =
|
|||||||
LOCAL_INCLUDE_PATHS =
|
LOCAL_INCLUDE_PATHS =
|
||||||
|
|
||||||
# Specify the level of optimization that you want. Specify either NONE (O0),
|
# Specify the level of optimization that you want. Specify either NONE (O0),
|
||||||
# SOME (O1), FULL (O2), or leave blank (for the default optimization level).
|
# SOME (O1), FULL (O3), or leave blank (for the default optimization level).
|
||||||
OPTIMIZE :=
|
OPTIMIZE :=
|
||||||
|
|
||||||
# Specify the codes for languages you are going to support in this
|
# Specify the codes for languages you are going to support in this
|
||||||
|
|||||||
Reference in New Issue
Block a user