diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-07 08:20:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-07 08:20:03 +0000 |
commit | 4ab8a7ecf147b7adb7055cffce329de3467d786e (patch) | |
tree | 1eeec58ce7dd2367a7910c741fe57a0bde3ae829 /devel/tmake | |
parent | b25178700899ff773844914484e824e9cae41d9e (diff) |
Don't make tmake's default CFLAGS -O2 (when using tmake to build something
else).
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=49716
Diffstat (limited to 'devel/tmake')
-rw-r--r-- | devel/tmake/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/tmake/files/patch-ab b/devel/tmake/files/patch-ab index 579c1c9462f9..5b43e4199551 100644 --- a/devel/tmake/files/patch-ab +++ b/devel/tmake/files/patch-ab @@ -1,5 +1,14 @@ ---- lib/freebsd-g++/tmake.conf Sat Nov 4 19:00:02 2000 -+++ lib/freebsd-g++/tmake.conf.new Wed Apr 11 11:36:10 2001 +--- lib/freebsd-g++/tmake.conf.orig Sat Nov 4 13:00:02 2000 ++++ lib/freebsd-g++/tmake.conf Wed Nov 7 01:53:23 2001 +@@ -11,7 +11,7 @@ + TMAKE_CFLAGS = -pipe + TMAKE_CFLAGS_WARN_ON = -Wall -W + TMAKE_CFLAGS_WARN_OFF = +-TMAKE_CFLAGS_RELEASE = -O2 ++TMAKE_CFLAGS_RELEASE = + TMAKE_CFLAGS_DEBUG = -g + TMAKE_CFLAGS_SHLIB = -fPIC + TMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses @@ -31,7 +31,7 @@ TMAKE_LIBDIR = /usr/local/lib TMAKE_INCDIR_X11 = /usr/X11R6/include |