We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77331b9 commit e8f879eCopy full SHA for e8f879e
lib/mkmf.rb
@@ -419,7 +419,7 @@ def expand_command(commands, envs = libpath_env)
419
420
# disable ASAN leak reporting - conftest programs almost always don't bother
421
# to free their memory.
422
- envs['ASAN_OPTIONS'] = "detect_leaks=0" unless ENV.key?('ASAN_OPTIONS')
+ envs['LSAN_OPTIONS'] = "detect_leaks=0" unless ENV.key?('LSAN_OPTIONS')
423
424
return envs, expand[commands]
425
end
0 commit comments