Back -O3 optimization out for now - it did not fix the performance
differences to pkgsrc we see, but causes runtime fallout on e.g. sparc64 (just running "openssl" crashes with a SEGFAULT).
This commit is contained in:
parent
6451d12f93
commit
0f9d79598b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2015/03/17 19:39:15 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2015/03/22 20:29:04 martin Exp $
|
||||
|
||||
# RCSid:
|
||||
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
||||
|
@ -38,7 +38,6 @@ CRYPTODIST= ${NETBSDSRCDIR}/crypto
|
|||
|
||||
.include "srcs.inc"
|
||||
|
||||
CFLAGS+=-O3
|
||||
AFLAGS+=-DELF
|
||||
LIBDPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt
|
||||
|
||||
|
|
Loading…
Reference in New Issue