diff options
Diffstat (limited to 'chat/libotr/Makefile')
-rw-r--r-- | chat/libotr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 8a201abd927..a1f846de815 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/03 00:02:40 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/11/21 01:45:00 gdt Exp $ VERSION= 4.0.0 DISTNAME= libotr-${VERSION} @@ -19,8 +19,6 @@ USE_LIBTOOL= yes # There's an apparent bug in gcc 4.1.3 on i386 (as shipped in # netbsd-5). With -O2 and the stack protector (SSP) feature, the # function otrl_auth_handle_revealsig is badly miscompiled. -# Therefore, we turn down optimization, since that seems better than -# turning off the stack protector. #Not apparently relevant, but makes -S output easier to follow. #CFLAGS+= -ggdb |