From ef66cea2e65d77badf32c5b0b38f48bea9187be8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Mar 2009 08:03:36 +0000 Subject: [PATCH] 2009-03-30 10:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/win/owatcom.cf * config/linux/owatcom.cf * config/os2/owatcom.cf - Reverted yesterdays attempt to make owatcom builds faster. After the change the compilation time went slower, the binaries got smaller, but execution speed got actually worse. I've left -oz option removed for win, that's the only remaining change, plus -5r in os2/dos. owatcom seems not very useful for production. --- harbour/ChangeLog | 11 +++++++++++ harbour/config/linux/owatcom.cf | 3 ++- harbour/config/os2/owatcom.cf | 3 ++- harbour/config/win/owatcom.cf | 3 ++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0e737c5bed..06aa7d4262 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-30 10:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * config/win/owatcom.cf + * config/linux/owatcom.cf + * config/os2/owatcom.cf + - Reverted yesterdays attempt to make owatcom builds faster. + After the change the compilation time went slower, the + binaries got smaller, but execution speed got actually worse. + I've left -oz option removed for win, that's the only + remaining change, plus -5r in os2/dos. + owatcom seems not very useful for production. + 2009-03-30 09:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg + Added two Windows system libs. (also needed for QT) diff --git a/harbour/config/linux/owatcom.cf b/harbour/config/linux/owatcom.cf index 394ad76554..d76dc9b858 100644 --- a/harbour/config/linux/owatcom.cf +++ b/harbour/config/linux/owatcom.cf @@ -41,7 +41,8 @@ CPPFLAGS += -5 -fp5 # optimization flags # don't enable -ol optimization in OpenWatcom 1.1 - gives buggy code -CPPFLAGS += -onaehtzr -ei -zp8 -s -zt0 +# -oxaht +CPPFLAGS += -onaehtzr -s -ei -zp8 -zt0 ifeq ($(CC),wpp386) CPPFLAGS += -oi+ else diff --git a/harbour/config/os2/owatcom.cf b/harbour/config/os2/owatcom.cf index dd4d0639c4..1158563c38 100644 --- a/harbour/config/os2/owatcom.cf +++ b/harbour/config/os2/owatcom.cf @@ -41,7 +41,8 @@ CPPFLAGS += -5r -fp5 # optimization flags # don't enable -ol optimization in OpenWatcom 1.1 - gives buggy code -CPPFLAGS += -onaehtzr -ei -zp8 -s -zt0 +# -oxaht +CPPFLAGS += -onaehtzr -s -ei -zp8 -zt0 ifeq ($(CC),wpp386) CPPFLAGS += -oi+ else diff --git a/harbour/config/win/owatcom.cf b/harbour/config/win/owatcom.cf index fe2d48aeeb..90cfe66fa6 100644 --- a/harbour/config/win/owatcom.cf +++ b/harbour/config/win/owatcom.cf @@ -40,7 +40,8 @@ ifneq ($(HB_BUILD_OPTIM),no) CPPFLAGS += -5s -fp5 # optimization flags # don't enable -ol optimization in OpenWatcom 1.1 - gives buggy code -CPPFLAGS += -oxaht -ei -zp8 -zt0 +# -oxaht +CPPFLAGS += -onaehtr -s -ei -zp8 -zt0 ifeq ($(CC),wpp386) CPPFLAGS += -oi+ else