packaging: enable log_exe_name sanitizer option for ASan
authorChan Lee <chan45.lee@samsung.com>
Thu, 1 Jun 2017 03:28:22 +0000 (12:28 +0900)
committerSlava Barinov <v.barinov@samsung.com>
Thu, 27 Apr 2023 09:07:00 +0000 (12:07 +0300)
commit7d545e7fa613b7de64358ed32a6f2f049c4427b2
tree99243db230f0c61a0552d71081b0dd702e4a0d9b
parent15f23fa790a5c3396ce177981d8395152b679266
packaging: enable log_exe_name sanitizer option for ASan

This option shoule be 'log_exe_name' not 'log_exe_path'

According to SanitizerCommonFlags,
(https://github.com/google/sanitizers/wiki/SanitizerCommonFlags)
Enabling this option makes ASan mention name of executable when reporting error and append
executable name to logs (as in "log_path.exe_name.pid").

Change-Id: I0a49a2032355b6527ea7522faa1414ec8d567125
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
packaging/gcc-aarch64.spec
packaging/gcc-armv7l.spec
packaging/linaro-gcc.spec