You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setpointer test: disable LeakSanitizer for the nocmodl codegen step
Under an AddressSanitizer build, running nocmodl to generate ptrtest.cpp
tripped LeakSanitizer (nocmodl leaks) and failed the custom command. Add
NRN_NOCMODL_SANITIZER_ENVIRONMENT before the nocmodl invocation, the same
way cmake/MacroHelper.cmake's nocmodl_mod_to_cpp does for built-in mods.
0 commit comments