summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-31 15:21:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-31 15:21:24 +0000
commitc281a1fdefe62e6052cb9429450e7ea5634e8ebc (patch)
tree1ad512552068464f84aab6dfb2f9116179ef7b09 /games
parentUpdate to version 1.22.3. (diff)
Don't compile with debug on by default.
PR: 10859 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=17503
Diffstat (limited to 'games')
-rw-r--r--games/xpilot/files/patch-a17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xpilot/files/patch-a b/games/xpilot/files/patch-a
index 1396e6cc1a32..5e8904b37340 100644
--- a/games/xpilot/files/patch-a
+++ b/games/xpilot/files/patch-a
@@ -17,3 +17,20 @@
/* Manual pages for games usually go to section 6. */
MANSUFFIX = 6
+***************
+*** 91,97 ****
+ * CDEBUGFLAGS should specify optimalization or debug information (or both).
+ * Try not defining anything first.
+ */
+! CDEBUGFLAGS = -g /* General debug flag */
+ /* CDEBUGFLAGS = -O /* General optimize flag */
+ /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
+ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */
+--- 91,97 ----
+ * CDEBUGFLAGS should specify optimalization or debug information (or both).
+ * Try not defining anything first.
+ */
+! /* CDEBUGFLAGS = -g /* General debug flag */
+ /* CDEBUGFLAGS = -O /* General optimize flag */
+ /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */
+ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */