diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-31 15:21:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-31 15:21:24 +0000 |
commit | c281a1fdefe62e6052cb9429450e7ea5634e8ebc (patch) | |
tree | 1ad512552068464f84aab6dfb2f9116179ef7b09 /games/xpilot | |
parent | 89c973e32c350b84ced5adec84af53daaf9ae640 (diff) | |
download | ports-c281a1fdefe62e6052cb9429450e7ea5634e8ebc.tar.gz ports-c281a1fdefe62e6052cb9429450e7ea5634e8ebc.zip |
Notes
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/files/patch-a | 17 |
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 */ |