build: ensure we set all needed asan option for check run as well
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 28 May 2020 09:42:59 +0000 (11:42 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 31 May 2020 21:34:44 +0000 (06:34 +0900)
commit42bdc8ea38c487be4c87c883857aa1ed8ab0f5ca
tree58603bca85ead348e463ee605be2601b8b7a6b2b
parent2815d7daeea5d1489b9932c4df06e7bbb16df4b9
build: ensure we set all needed asan option for check run as well

Normally we would set the needed detect_odr_violation=0 form our CI
scripts. Move it here to ensure we have it set and it does not get
forgotten when meson overrides the env far.

Fixes the ASAN job on CI.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11902
meson.build