diff options
author | ache <ache@FreeBSD.org> | 1994-06-14 11:46:52 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-06-14 11:46:52 +0000 |
commit | b180b786f2dce401bce6e86ac74f548ffacb9c1b (patch) | |
tree | 05e0ae87ddb59524fab3636f46b224e194f66f98 /etc/defaults | |
parent | 148d11b9e332350d4a441ba149fbe5f372b8b2f3 (diff) | |
download | FreeBSD-src-b180b786f2dce401bce6e86ac74f548ffacb9c1b.zip FreeBSD-src-b180b786f2dce401bce6e86ac74f548ffacb9c1b.tar.gz |
Remove CXXFLAGS from here, handled in another place
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/make.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 16188ce..ba36ccb 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -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: |