1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't compile with debug on by default.

PR:		10859
Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-03-31 15:21:24 +00:00
parent 89c973e32c
commit c281a1fdef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17503

View File

@ -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 */