diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-06 00:23:25 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-06 00:23:25 +0000 |
commit | 17c1f40e0b6452cec91e6fd4a341d2e1d8bc917b (patch) | |
tree | d896cf9c561243a0efc9d51ec7be78c0208fa238 /mail/metamail | |
parent | 1ba73749267f329c81357b8f2854e8a03edbf39a (diff) | |
download | FreeBSD-ports-17c1f40e0b6452cec91e6fd4a341d2e1d8bc917b.zip FreeBSD-ports-17c1f40e0b6452cec91e6fd4a341d2e1d8bc917b.tar.gz |
remove -g from CFLAGS
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/metamail/files/patch-aa b/mail/metamail/files/patch-aa index 9d40ba6..a013be7d 100644 --- a/mail/metamail/files/patch-aa +++ b/mail/metamail/files/patch-aa @@ -13,7 +13,7 @@ STATICFLAG=FOOBAR${HOST_ARCH} -! CFLAGS = -g -O -I. ${$(STATICFLAG)} +! CFLAGS = -O -I. ${$(STATICFLAG)} # The following is better if you want to make sure you run with SYSV defined # CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV # Also, for SGI Irix, compile in K&R mode |