]> andersk Git - moira.git/commitdiff
build with debugging, not optimization, by default so we can do
authordanw <danw>
Tue, 27 May 1997 19:39:09 +0000 (19:39 +0000)
committerdanw <danw>
Tue, 27 May 1997 19:39:09 +0000 (19:39 +0000)
something useful with corefiles. (affects clients and server)

util/imake.includes/config.Imakefile

index 03e3d6730ddeb572074e7cce71011818871ee895..e3bc3dc3626b697e49ce8ab0487fcbb8544a6f23 100644 (file)
@@ -272,7 +272,7 @@ CC=cc                       /* The name of the C compiler for the target */
 CPP=$(CC) -E           /* A command which invokes the C preprocessor */
 
 #ifndef _AIX           /* RS6K optomizer is buggy, we don't know if it wall affect moira */
-DBG=-O                 /* Debug or optimize? */
+DBG=-g                 /* Debug or optimize? */
 #endif /* _AIX */
 
 SHELL=/bin/sh          /* shell to use from make */
This page took 0.029249 seconds and 5 git commands to generate.