meson: Changed meson build to support address sanitizer build
authorSubhransu Mohanty <smohantty@gmail.com>
Tue, 21 Jan 2020 02:06:17 +0000 (02:06 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 20 May 2020 21:19:20 +0000 (06:19 +0900)
commitc1f840beb1aaf1a543cf2ed7d6b687f8bcb4bd8c
tree170fb8357c4cc98a35a514a492dc50f9e3387e97
parentd1b137360bfe044e6bebf84076c48948b208ba8e
meson: Changed meson build to support address sanitizer build

As we run some intermediate binary like edje_cc during efl build , and due to
those binary has some memory leaks the address sanitizer build of efl fails.
This Patch runs those binary with 'ASAN_OPTIONS=detect_leak=false' to disable the
memory leak check for those binaries.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11137
src/bin/edje/meson.build
src/bin/elementary/meson.build