1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Add commented out CXXFLAGS entry similar to CFLAGS entry

This commit is contained in:
Andrey A. Chernov 1994-06-09 08:32:58 +00:00
parent 2548fdfaea
commit e6f5a68194
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1696
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.1 1994/06/01 00:58:06 phk Exp $
# $Id: make.conf,v 1.2 1994/06/05 20:37:15 csgr 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,6 +14,7 @@
#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.1 1994/06/01 00:58:06 phk Exp $
# $Id: make.conf,v 1.2 1994/06/05 20:37:15 csgr 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,6 +14,7 @@
#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.1 1994/06/01 00:58:06 phk Exp $
# $Id: make.conf,v 1.2 1994/06/05 20:37:15 csgr 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,6 +14,7 @@
#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: