mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
17 lines
345 B
C
17 lines
345 B
C
--- config.h.orig Mon Jun 28 17:36:58 1999
|
|
+++ config.h Sat Jun 28 21:40:54 2003
|
|
@@ -56,12 +56,12 @@
|
|
/*
|
|
* Which Compiler to use:
|
|
*/
|
|
-#define CC_DEF gcc
|
|
+/* #define CC_DEF gcc */
|
|
|
|
/*
|
|
* Which Optimization Flags:
|
|
*/
|
|
-#define CDEBUGFLAGS_DEF -O6 -Wall
|
|
+/* #define CDEBUGFLAGS_DEF -O6 -Wall */
|
|
|
|
/*
|
|
* Which Flags to pass to the Linker:
|