don't force -O2, pointed out by aja

This commit is contained in:
sthen 2012-04-13 16:08:20 +00:00
parent 488ad94e7b
commit 8f8556b5e3
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2012/04/04 10:15:32 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2012/04/13 16:08:20 sthen Exp $
# Memory hog, stuck for days on the same file during build.
# XXX check with different optimizer level? see doc/install.doc
@ -11,7 +11,7 @@ VERSION= 1.7.2
DISTNAME= doxygen-${VERSION}.src
PKGNAME-main= doxygen-${VERSION}
FULLPKGNAME-gui=doxygen-gui-${VERSION}
REVISION-main= 2
REVISION-main= 3
CATEGORIES= devel textproc
HOMEPAGE= http://www.doxygen.org/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-tmake_lib_openbsd-g++_tmake_conf,v 1.1 2012/04/13 16:08:20 sthen Exp $
--- tmake/lib/openbsd-g++/tmake.conf.orig Fri Apr 13 17:02:30 2012
+++ tmake/lib/openbsd-g++/tmake.conf Fri Apr 13 17:02:44 2012
@@ -11,7 +11,7 @@ TMAKE_CC = gcc
TMAKE_CFLAGS =
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