VirtualBox

Changeset 91229 in vbox for trunk/src/VBox/Devices/EFI


Ignore:
Timestamp:
Sep 14, 2021 11:14:28 AM (3 years ago)
Author:
vboxsync
Message:

EFI/VfrCompile: Workaround for a crash in release mode when parsing Tcg2Config.vfr. I don't have the time to debug this right now (the antlr generated code is a mess and the crash vanishes with debug builds...), bugref:10075

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Makefile.kmk

    r82968 r91229  
    3131VfrCompile_TEMPLATE = VBoxEfiBldProg
    3232VfrCompile_DEFS = PCCTS_USE_NAMESPACE_STD __USE_PROTOS
     33#
     34# Workaround a crash in the release version of VfrCompile on Windos
     35# when parsing Tcg2Config.vfr, no time to investigate that deeper right now...
     36#
     37if "$(KBUILD_TARGET)" == "win" || "$(KBUILD_TYPE)" == "release"
     38        VfrCompile_CXXFLAGS += -noover -Od
     39endif
    3340VfrCompile_INCS = \
    3441        . \
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