Changeset 91229 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Sep 14, 2021 11:14:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Makefile.kmk
r82968 r91229 31 31 VfrCompile_TEMPLATE = VBoxEfiBldProg 32 32 VfrCompile_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 # 37 if "$(KBUILD_TARGET)" == "win" || "$(KBUILD_TYPE)" == "release" 38 VfrCompile_CXXFLAGS += -noover -Od 39 endif 33 40 VfrCompile_INCS = \ 34 41 . \
Note:
See TracChangeset
for help on using the changeset viewer.