Changeset 3648


Ignore:
Timestamp:
Nov 3, 2024, 3:35:01 AM (11 days ago)
Author:
bird
Message:

Config.kmk: Enabled the -Gy VCC compiler option to slighly reduce executable sizes. Treat anything missing a proptype as errors with VCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3638 r3648  
    253253 TEMPLATE_BIN_DEFS.x86          = WIN32 __WIN32__
    254254 TEMPLATE_BIN_DEFS.amd64        = WIN32 __WIN32__ __WIN64__ WIN64
    255  TEMPLATE_BIN_CFLAGS            = -W3 -Zi -Zl
     255 TEMPLATE_BIN_CFLAGS            = -W3 -Zi -Zl -Gy -we4013
    256256 TEMPLATE_BIN_CFLAGS.release    = -O2
    257257 TEMPLATE_BIN_CFLAGS.profile    = -O2 -GH -Gh
Note: See TracChangeset for help on using the changeset viewer.