Changeset 533 for trunk/Config.kmk


Ignore:
Timestamp:
Sep 18, 2006, 5:02:39 AM (19 years ago)
Author:
bird
Message:

o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
o Optimized appending new stuff to variables. (major win)
o Optimized variable memory value allocation avoiding a bunch of

unnecessary copying and allocating.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r467 r533  
    4747TEMPLATE_BIN_DEFS               = WINDOWS32 _CONSOLE WIN32 __WIN32__
    4848TEMPLATE_BIN_DEFS.release       = NDEBUG
    49 TEMPLATE_BIN_CFLAGS             = -MT -W3
     49TEMPLATE_BIN_CFLAGS             = -MT -W3 -Zi -Zl
     50TEMPLATE_BIN_CFLAGS.release     = -O2
     51TEMPLATE_BIN_CFLAGS.profile     = -O2 -GH -Gh
    5052TEMPLATE_BIN_INCS              += \
    5153        . \
     
    5557        $(PATH_DEV)/x86.win32/sdk200209/include
    5658TEMPLATE_BIN_LDFLAGS            = /SUBSYSTEM:console /INCREMENTAL:no /NOD
     59TEMPLATE_BIN_LDFLAGS.profile    = /DEBUG
    5760TEMPLATE_BIN_LIBS               = \
    5861        $(PATH_DEV)/x86.win32/vcc70/lib/libcmt.lib \
     
    6164        $(PATH_DEV)/x86.win32/sdk200209/lib/User32.Lib \
    6265        $(PATH_DEV)/x86.win32/sdk200209/lib/AdvAPI32.Lib
     66TEMPLATE_BIN_LIBS.profile       = g:/coding/vbox/trunk/out/win32/debug/lib/kPrf2.lib
    6367TEMPLATE_BIN_INST               = kBuild/bin/x86.win32/
    6468endif
Note: See TracChangeset for help on using the changeset viewer.