From f56ab293a9c204a595daf6b471ffcefe60fe5f6d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 27 Oct 2008 19:51:15 +0000 Subject: [PATCH] 2008-10-27 20:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/rules.cf * Synced Harbour flags with non-GNU make. (added -gc3, -l) --- harbour/ChangeLog | 5 +++++ harbour/config/rules.cf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8d69a6c17..a5fc7b06f1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-27 20:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * config/rules.cf + * Synced Harbour flags with non-GNU make. + (added -gc3, -l) + 2008-10-27 20:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/setkey.c ! fixed GPF in HB_SETKEYGET() when bActive block is used diff --git a/harbour/config/rules.cf b/harbour/config/rules.cf index 14ed3a00a2..729b8e3692 100644 --- a/harbour/config/rules.cf +++ b/harbour/config/rules.cf @@ -20,7 +20,7 @@ HB := $(HB_BIN_COMPILE)/ endif HB := $(HB)harbour$(EXE_EXT) -HB_FLAGS = -n -q0 -w3 -es2 -km -I$(HB_INC_COMPILE) +HB_FLAGS = -n -i$(HB_INC_COMPILE) -q0 -w3 -es2 -gc3 -km -l # The rule to link an executable. ifeq ($(LD_RULE),)