pkgsrc/lang/mercury/patches/patch-ai
2004-02-14 03:04:31 +00:00

13 lines
391 B
Text

$NetBSD: patch-ai,v 1.4 2004/02/14 03:04:31 kristerw Exp $
--- scripts/mgnuc.in.orig Fri Feb 13 16:49:12 2004
+++ scripts/mgnuc.in Wed Oct 30 17:35:37 2002
@@ -51,7 +51,7 @@
# -Wenum-clash is for C++ only
# -Wunused causes various spurious warnings
- OPT_OPTS="-O2 -fomit-frame-pointer"
+ OPT_OPTS="-O2 -fomit-frame-pointer -fno-strict-aliasing"
DEBUG_OPT="-g"
COMPILER=gcc
;;