]> andersk Git - moira.git/blobdiff - util/imake.includes/config.Imakefile
build with debugging, not optimization, by default so we can do
[moira.git] / 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.030126 seconds and 4 git commands to generate.