Changeset 103495 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 21, 2024 2:30:50 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r103016 r103495 3087 3087 $(if-expr "$(KBUILD_TARGET_ARCH)" == "arm64",-e "/not-arm64/d",-e "/only-arm64/d") \ 3088 3088 $(if-expr "$(substr $(if-expr $(KBUILD_TARGET) != 'win',$(VBOX_GCC_std), $(VBOX_VCC_std)),-2)" >= "17" \ 3089 && ("$(KBUILD_TARGET)" != "win" || !$(intersects RT_RELAXED_CALLBACKS_TYPES,$(DEFS))) \ 3089 3090 ,-e "/before-noexcept/d", -e "/after-noexcept/d") \ 3090 3091 $^
Note:
See TracChangeset
for help on using the changeset viewer.