VirtualBox

Changeset 86347 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Sep 30, 2020 1:33:04 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140636
Message:

Config.kmk,++: Adding a 'asan' build type that does address sanity checking and assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile-header.gmk

    r84947 r86347  
    9393endif
    9494
    95 # VBOX_KBUILD_TYPE = release|debug|profile|strict
     95# VBOX_KBUILD_TYPE = release|debug|profile|strict|asan
    9696ifdef VBOX_KBUILD_TYPE
    9797 VBOX_KBUILD_TYPE_VAR := VBOX_KBUILD_TYPE
    98  ifneq ($(filter-out release profile debug strict,$(VBOX_KBUILD_TYPE)),)
     98 ifneq ($(filter-out release profile debug strict asan,$(VBOX_KBUILD_TYPE)),)
    9999  $(warning Ignoring unknown VBOX_KBUILD_TYPE value '$(VBOX_KBUILD_TYPE)'.)
    100100  VBOX_KBUILD_TYPE :=
     
    104104  VBOX_KBUILD_TYPE_VAR := KBUILD_TYPE
    105105  VBOX_KBUILD_TYPE := $(KBUILD_TYPE)
    106   ifneq ($(filter-out release profile debug strict,$(KBUILD_TYPE)),)
     106  ifneq ($(filter-out release profile debug strict asan,$(KBUILD_TYPE)),)
    107107   $(warning Ignoring unknown KBUILD_TYPE value '$(KBUILD_TYPE)'.)
    108108   VBOX_KBUILD_TYPE :=
     
    113113   VBOX_KBUILD_TYPE_VAR := BUILD_TYPE
    114114   VBOX_KBUILD_TYPE := $(BUILD_TYPE)
    115    ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),)
     115   ifneq ($(filter-out release profile debug strict asan,$(BUILD_TYPE)),)
    116116    $(warning Ignoring unknown BUILD_TYPE value '$(BUILD_TYPE)'.)
    117117    VBOX_KBUILD_TYPE :=
Note: See TracChangeset for help on using the changeset viewer.

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