Remove CXXFLAGS from here, handled in another place

This commit is contained in:
Andrey A. Chernov 1994-06-14 11:46:52 +00:00
parent afd4f2eb3b
commit c4a6b5c74b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1719
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $
# $Id: make.conf,v 1.4 1994/06/09 11:13:52 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
@ -14,7 +14,6 @@
#CFLAGS= -O -m486 -pipe
# A lot of people report that -O2 works fine, but there are known
# bugs in gcc. -pipe will almost always speed up compilation.
#CXXFLAGS= -O -m486 -pipe
#
#
# Another useful entry could be:

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $
# $Id: make.conf,v 1.4 1994/06/09 11:13:52 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
@ -14,7 +14,6 @@
#CFLAGS= -O -m486 -pipe
# A lot of people report that -O2 works fine, but there are known
# bugs in gcc. -pipe will almost always speed up compilation.
#CXXFLAGS= -O -m486 -pipe
#
#
# Another useful entry could be:

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.3 1994/06/09 08:32:58 ache Exp $
# $Id: make.conf,v 1.4 1994/06/09 11:13:52 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
@ -14,7 +14,6 @@
#CFLAGS= -O -m486 -pipe
# A lot of people report that -O2 works fine, but there are known
# bugs in gcc. -pipe will almost always speed up compilation.
#CXXFLAGS= -O -m486 -pipe
#
#
# Another useful entry could be: