From 10ce64a6320fb2a381833171e55f2ea8e8eefa10 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 19 Mar 2009 11:59:40 +0000 Subject: [PATCH] 2009-03-19 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * config/rules.cf % Removed -ko option as it slightly decreases performance in -gc3 mode. (it's better in -gc[0-2] only) --- harbour/ChangeLog | 5 +++++ harbour/config/rules.cf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0c12f61f59..b1e032e07b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-19 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * config/rules.cf + % Removed -ko option as it slightly decreases performance in -gc3 mode. + (it's better in -gc[0-2] only) + 2009-03-19 12:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/Makefile + contrib/xhb/hbserv.h diff --git a/harbour/config/rules.cf b/harbour/config/rules.cf index 23402952a7..4e2ce5b0d9 100644 --- a/harbour/config/rules.cf +++ b/harbour/config/rules.cf @@ -29,7 +29,7 @@ HB := $(HB)harbour$(EXE_EXT) ifeq ($(HB_GCMODE),) HB_GCMODE=3 endif -HB_FLAGS := -i$(HB_INC_COMPILE) -q0 -w3 -es2 -kmo $(HB_PDBG) +HB_FLAGS := -i$(HB_INC_COMPILE) -q0 -w3 -es2 -km $(HB_PDBG) HB_RULE = $(HB) $? -n1 $(HB_FLAGS) -gc$(HB_GCMODE) $(HB_USER_PRGFLAGS) # The rule to link an executable.