note warning against using /ox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-02-23 21:59:26 +00:00
parent e1aae52885
commit 10e8e34f71

View File

@@ -33,6 +33,8 @@ WATCOM_SUFFIX=_w
WINVERFLAGS = /dWINVER=0x400 /d_WIN32_IE=0x0300
# optimize for space/time: /os or /ot
#
# NB: at least with OpenWatcom 1.0 using /ox leads to buggy code, don't use it
!ifeq FINAL 1
OPTFLAGS=/oails /5r
!else