Changeset 96984 in vbox for trunk/src/VBox
- Timestamp:
- Oct 4, 2022 4:51:33 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153908
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk ¶
r96953 r96984 483 483 endif 484 484 485 VMMR0_ASFLAGS.amd64 := -Werror 485 # yasm versions not knowing about -Wno-segreg-in-64bit (including vanilla 1.3.0) would cause build failure. 486 if "$(VBOX_ASTOOL)" != "YASM" || defined(VBOX_YASM_Wno-segreg-in-64bit) 487 VMMR0_ASFLAGS.amd64 := -Werror 488 endif 486 489 VMMR0_ASFLAGS.x86 := -Werror 487 490
Note:
See TracChangeset
for help on using the changeset viewer.