commit | 1f2355f53c752297789d431575c4ba975219599c | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Tue Mar 12 01:23:30 2024 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 24 15:46:00 2024 -0700 |
tree | 204e5d1936c9f2979ef5a4e88473d59c37942924 | |
parent | 85b597413d4370cb168f711192eaef2eb70535ac [diff] |
meson: Make DEBUG_REMAP a meson option Currently DEBUG_REMAP is a macro that needs to be manually #defined to be activated, which makes it hard to have separate build directories dedicated to testing the code with it. Promote it to a meson option. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20240312002402.14344-1-iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>