VirtualBox

Changeset 69560 in vbox


Ignore:
Timestamp:
Nov 3, 2017 11:37:34 AM (7 years ago)
Author:
vboxsync
Message:

VMMR3: force disabling of Address Sanitiser on PGMPool.cpp - fix a burn.
bugref:8192: gcc warnings
r118908/r69559 did not check that the host gcc version supported the
-fno-sanitize=address flag. Fix that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r69559 r69560  
    328328        KBUILD_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\"
    329329
    330 VMMR3/PGMPool.cpp_CXXFLAGS.linux += -fno-sanitize=address
     330ifdef VBOX_WITH_GCC_SANITIZER
     331 VMMR3/PGMPool.cpp_CXXFLAGS.linux += -fno-sanitize=address
     332endif
    331333
    332334#ifdef VBOX_WITH_PDM_ASYNC_COMPLETION
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