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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user