By popular request, change the default suggested value for CFLAGS
and also note that COPTFLAGS is _just_ for the kernel and CFLAGS just for userland.
This commit is contained in:
parent
adb1bbd53f
commit
18dec6f7c1
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
|
||||
# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -11,7 +11,7 @@
|
||||
#
|
||||
# One, and probably the most common, use could be:
|
||||
#
|
||||
#CFLAGS= -O2 -m486 -pipe
|
||||
#CFLAGS= -O -pipe
|
||||
#
|
||||
# Another useful entry is
|
||||
#
|
||||
@ -22,7 +22,8 @@
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
#
|
||||
# To compile the kernel with special optimisations, you can use this:
|
||||
# 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
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
|
||||
# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -11,7 +11,7 @@
|
||||
#
|
||||
# One, and probably the most common, use could be:
|
||||
#
|
||||
#CFLAGS= -O2 -m486 -pipe
|
||||
#CFLAGS= -O -pipe
|
||||
#
|
||||
# Another useful entry is
|
||||
#
|
||||
@ -22,7 +22,8 @@
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
#
|
||||
# To compile the kernel with special optimisations, you can use this:
|
||||
# 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
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
|
||||
# $Id: make.conf,v 1.49 1997/06/09 05:38:41 bde Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -11,7 +11,7 @@
|
||||
#
|
||||
# One, and probably the most common, use could be:
|
||||
#
|
||||
#CFLAGS= -O2 -m486 -pipe
|
||||
#CFLAGS= -O -pipe
|
||||
#
|
||||
# Another useful entry is
|
||||
#
|
||||
@ -22,7 +22,8 @@
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
#
|
||||
# To compile the kernel with special optimisations, you can use this:
|
||||
# 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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user