commit | 1af1366e91ddde1b021fab3630d7dc334384f26f | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed May 14 18:46:34 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Thu May 15 14:21:44 2025 +0100 |
tree | b545344502f7e374cfb7b41417897c00dc65d64e | |
parent | be802528d9a2c2808d3af74daa606d5bb0b983d5 [diff] |
qemu.mk: remove DEBUG=1 qemu.mk is the only platform that sets DEBUG=1 by default. This is not very useful, as it only deals with compiler optimizations and debug symbols, not with debug traces. Those debug flags should be enabled only when doing actual debugging (with a debugger). On the other hand it makes execution much slower: "make check-only" takes 9 minutes and 9 seconds on my machine, versus 2 minutes and 18 seconds without DEBUG=1 (build command: "make CFG_CORE_UNSAFE_MODEXP=y"). Therefore, remove DEBUG=1. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers