Changeset 65 for trunk/include


Ignore:
Timestamp:
Jun 9, 1999, 12:39:07 PM (26 years ago)
Author:
sandervl
Message:

Enable function inlining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/pdwin32.vac3.rel

    r10 r65  
    1919# Tool Flags
    2020#
    21 CFLAGS = -Q -Fi -Si -G5 -O+ -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
    22 CXXFLAGS = -Q -Fi -Si -G5 -O+ -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
     21CFLAGS = -Q -Fi -Si -G5 -O+ -Oi+ -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
     22CXXFLAGS = -Q -Fi -Si -G5 -O+ -Oi+ -Ge- -Ss+ -W3 -Gm+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
    2323ASFLAGS = -Sc -Sv:M510
    2424LDFLAGS = -Q -Fi -Si -G5 -O+ -Ge- -Ss+ -W3 -Gm+ /B"/noe"
Note: See TracChangeset for help on using the changeset viewer.