Don't forcefully disable optimisation. Discussed with sborrill@
This commit is contained in:
parent
6691a269bf
commit
c159802668
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.49 2009/08/26 19:58:46 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.50 2009/12/15 18:03:24 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fluxbox-1.1.1
|
||||
|
@ -20,10 +20,6 @@ USE_LIBTOOL= YES
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.for option in 9 8 7 6 5 4 3 2 s
|
||||
BUILDLINK_TRANSFORM+= rename:-O${option}:-O1
|
||||
.endfor
|
||||
|
||||
CONFIGURE_ARGS+= --enable-shape
|
||||
CONFIGURE_ARGS+= --enable-nls
|
||||
CONFIGURE_ARGS+= --enable-xinerama
|
||||
|
|
Loading…
Reference in a new issue