mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add -fno-strength-reduce to -O2 optimization, all stuff commented out
This commit is contained in:
parent
b81f547e3a
commit
cf9b8ec06b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10759
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: make.conf,v 1.19 1995/07/13 09:15:50 rgrimes Exp $
|
||||
# $Id: make.conf,v 1.20 1995/09/15 01:03:55 ache 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= -O2 -m486 -pipe -fno-strength-reduce
|
||||
#
|
||||
# Another useful entry is
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: make.conf,v 1.19 1995/07/13 09:15:50 rgrimes Exp $
|
||||
# $Id: make.conf,v 1.20 1995/09/15 01:03:55 ache 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= -O2 -m486 -pipe -fno-strength-reduce
|
||||
#
|
||||
# Another useful entry is
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: make.conf,v 1.19 1995/07/13 09:15:50 rgrimes Exp $
|
||||
# $Id: make.conf,v 1.20 1995/09/15 01:03:55 ache 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= -O2 -m486 -pipe -fno-strength-reduce
|
||||
#
|
||||
# Another useful entry is
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue