2008-08-27 12:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/compiler/hbcomp.c
     * Changed the default -gc generation mode for real.
This commit is contained in:
Viktor Szakats
2008-08-27 10:06:20 +00:00
parent b4a932d5e5
commit 19ca803a4d
2 changed files with 6 additions and 1 deletions

View File

@@ -236,7 +236,7 @@ HB_COMP_PTR hb_comp_new( void )
pComp->fError = FALSE;
pComp->iWarnings = 0; /* enable parse warnings */
pComp->iGenCOutput= HB_COMPGENC_VERBOSE; /* C code generation should be verbose (use comments) or not */
pComp->iGenCOutput= HB_COMPGENC_COMPACT; /* C code generation default mode */
pComp->iExitLevel = HB_EXITLEVEL_DEFAULT; /* holds if there was any warning during the compilation process */
pComp->iLanguage = HB_LANG_C; /* default Harbour generated output language */
}