From: Fred Morcos Date: Mon, 11 Sep 2023 09:05:45 +0000 (+0200) Subject: Meson: Small cleanup of sanitizer module X-Git-Tag: rec-5.1.0-alpha1~80^2~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3482d3961fd0abb7a6447ddd01c149caf6fad4e;p=thirdparty%2Fpdns.git Meson: Small cleanup of sanitizer module --- diff --git a/meson/sanitizers/meson.build b/meson/sanitizers/meson.build index 48047bfc44..d708ba79fe 100644 --- a/meson/sanitizers/meson.build +++ b/meson/sanitizers/meson.build @@ -4,7 +4,7 @@ if opt_sanitize == 'address' or opt_sanitize == 'address,undefined' subdir('address-sanitizer-fiber-switching') endif -if opt_sanitize != '' and opt_sanitize != 'none' +if opt_sanitize != 'none' add_project_arguments('-fno-omit-frame-pointer', language: ['c', 'cpp']) endif