diff options
author | obrien <obrien@FreeBSD.org> | 2000-09-02 22:43:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-09-02 22:43:18 +0000 |
commit | eb1ebd29007a296a39e68037d5241734d8e8df6d (patch) | |
tree | a840ada7acdbc0d9b25165b7933a54aa486d1fdd /share/examples/etc/make.conf | |
parent | f94d0c01f2d28b4eddb223860bd9232e641398d4 (diff) | |
download | FreeBSD-src-eb1ebd29007a296a39e68037d5241734d8e8df6d.zip FreeBSD-src-eb1ebd29007a296a39e68037d5241734d8e8df6d.tar.gz |
Move the kernel's "cflags" to be next to the world ones.
Diffstat (limited to 'share/examples/etc/make.conf')
-rw-r--r-- | share/examples/etc/make.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0a085f4..c8aa58c 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -35,6 +35,11 @@ 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 +# this instead of CFLAGS (which is not applicable to kernel builds anyway): +# +#COPTFLAGS= -O -pipe +# # Avoid compiling profiled libraries #NOPROFILE= true # @@ -99,11 +104,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # To avoid running MAKEDEV all on /dev during install: #NO_MAKEDEV= true # -# To compile just the kernel with special optimisations, you should use -# this instead of CFLAGS (which is not applicable to kernel builds anyway): -# -#COPTFLAGS= -O -pipe -# # If you do not want unformatted manual pages to be compressed # when they are installed: # |