VirtualBox

Changeset 96585 in vbox


Ignore:
Timestamp:
Sep 2, 2022 9:35:39 PM (2 years ago)
Author:
vboxsync
Message:

/Config.kmk: Enable no-CRT mode for static binearies on windows by default, except for asan builds because they just won't work in no-CRT mode. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r96581 r96585  
    363363# Select Windows 11 DDK.
    364364VBOX_WITH_NEW_WINDOWS_DDK = 1
     365# Don't use the compiler CRT for statically linked modules, use IPRT with some
     366# additional CRT functionality.
     367# Note! This has only been tested with Visual C++ 2019.
     368if "$(KBUILD_TARGET)" == "win" && "$(KBUILD_TYPE)" != "asan"
     369 VBOX_WITH_NOCRT_STATIC := 1
     370endif
    365371
    366372## @name Additions
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette