mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Standardize spelling of "optimization" in comments
PR: conf/22622 Submitted by: knu
This commit is contained in:
parent
927af2dc65
commit
09980f4348
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68917
@ -10,9 +10,9 @@
|
||||
# documentation of the source tree.
|
||||
#
|
||||
# CFLAGS controls the compiler settings used when compiling C code.
|
||||
# Note that optimisation settings above -O (-O2, ...) are not recommended
|
||||
# Note that optimization 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
|
||||
# nonstandard optimization 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.
|
||||
@ -35,7 +35,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
|
||||
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
|
||||
#
|
||||
# To compile just the kernel with special optimisations, you should use
|
||||
# To compile just the kernel with special optimizations, you should use
|
||||
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
|
||||
# There is very little to gain by using higher optimization levels, and doing
|
||||
# so can cause problems.
|
||||
|
@ -10,9 +10,9 @@
|
||||
# documentation of the source tree.
|
||||
#
|
||||
# CFLAGS controls the compiler settings used when compiling C code.
|
||||
# Note that optimisation settings above -O (-O2, ...) are not recommended
|
||||
# Note that optimization 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
|
||||
# nonstandard optimization 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.
|
||||
@ -35,7 +35,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
|
||||
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
|
||||
#
|
||||
# To compile just the kernel with special optimisations, you should use
|
||||
# To compile just the kernel with special optimizations, you should use
|
||||
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
|
||||
# There is very little to gain by using higher optimization levels, and doing
|
||||
# so can cause problems.
|
||||
|
Loading…
Reference in New Issue
Block a user