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)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user