Update CFLAGS documentation

This commit is contained in:
Kris Kennaway 2000-03-27 02:48:12 +00:00
parent d6f56cfc4f
commit 68d2e26c25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58648
2 changed files with 14 additions and 2 deletions

View File

@ -9,7 +9,13 @@
# You have to find the things you can put here in the Makefiles and
# documentation of the source tree.
#
# One, and probably the most common, use could be:
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimisation settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimisation settings to "-O" before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
#
#CFLAGS= -O -pipe
#

View File

@ -9,7 +9,13 @@
# You have to find the things you can put here in the Makefiles and
# documentation of the source tree.
#
# One, and probably the most common, use could be:
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimisation settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimisation settings to "-O" before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
#
#CFLAGS= -O -pipe
#