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.
This commit is contained in:
Viktor Szakats
2009-03-30 08:03:36 +00:00
parent 3ade1bc7a9
commit ef66cea2e6
4 changed files with 17 additions and 3 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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

View File

@@ -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