X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a570331df89d26dfb682bedab0faf13e2c285d8..d9d61c23a836b4e4f76d117d18d6b9848b915c39:/src/makeg95.env diff --git a/src/makeg95.env b/src/makeg95.env index 06e6191830..d58cb0006e 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -59,7 +59,7 @@ OPTIONS= -D__EGCS__ -DSTRICT # -D__MINGW32__ # Debugging information # AIX: comment out. # IRIX: -g3 -DEBUGFLAGS = -ggdb -D__WXDEBUG__ +DEBUGFLAGS = -D__WXDEBUG__ WIN95=1 @@ -92,14 +92,11 @@ WARN = -Wall # Which GUI, -Dwx_xview or -Dwx_motif (don't change this) GUI = -D__WXMSW__ -D__WINDOWS__ -# Optimization -# OPT = -O - # according to Guillermo Rodriguez Garcia this flag is needed # to make the standard div() functio work - otherwise it returns absolutely # incorrect results and completely breaks the wxImage class (where it's used # extensively) -OPT = -fno-pcc-struct-return +OPT = -fno-pcc-struct-return -O2 -fno-rtti -fno-exceptions # Options for ar archiver # AROPTIONS = crs # For IRIX and Solaris (both SYSVR4).