VirtualBox

Changeset 96239 in vbox for trunk/include/iprt/asmdefs.mac


Ignore:
Timestamp:
Aug 17, 2022 12:57:39 AM (2 years ago)
Author:
vboxsync
Message:

iprt/asmdefs.mac: Define RT_STRICT when DEBUG is defined and RT_NO_STRICT isn't, just like cdefs.h does. Otherwise, we'll only have RT_STRICT in strict and asan builds, which wasn't the intention at all. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r96043 r96239  
    7878
    7979;;
     80; Define RT_STRICT for debug builds like iprt/cdefs.h does.
     81%ifndef RT_STRICT
     82 %ifdef DEBUG
     83  %define RT_STRICT
     84 %endif
     85%endif
     86%ifdef RT_NO_STRICT
     87 %undef RT_STRICT
     88%endif
     89
     90;;
    8091; Make the mask for the given bit.
    8192%define RT_BIT(bit)        (1 << bit)
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