Add BUILDLINK_TRANSFORM+= rm:-pipe
Using -pipe takes too much memory.
This commit is contained in:
parent
88259b44f9
commit
c0ce7c31bf
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: hacks.mk,v 1.1.1.1 2008/04/28 04:14:31 bjs Exp $
|
||||
# $NetBSD: hacks.mk,v 1.2 2008/05/06 15:26:57 bjs Exp $
|
||||
###
|
||||
.if !defined(GAMBC_HACKS_MK)
|
||||
GAMBC_HACKS_MK= # empty
|
||||
|
@ -11,4 +11,5 @@ GAMBC_HACKS_MK= # empty
|
|||
. if !empty(CC_VERSION:Mgcc-*)
|
||||
BUILDLINK_TRANSFORM+= rm:-O[2-9s]*
|
||||
. endif
|
||||
BUILDLINK_TRANSFORM+= rm:-pipe # XXX takes up too much memory
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue