commit | 89e42af0cb7fdfddb7e4055af57b15b485743bfd | [log] [tgz] |
---|---|---|
author | Hashem Tatari <hashem.tatari@exset.com> | Thu Jan 24 14:52:28 2019 +0100 |
committer | Joakim Bech <joakim.bech@linaro.org> | Thu Apr 25 09:42:25 2019 +0200 |
tree | 9c43c82aa1a6dc1cf5555c0a02d818491751c058 | |
parent | b76287b2ac77f1d72f74d259ab319db65823e272 [diff] |
Fix the DEBUG build for QEMU_V8 When the DEBUG config was set, the optee_os was still built with DEBUG=0 because the flag was hardcoded. As a result the optimization was still O2. This is fixed by using the global DEBUG flag instead of the hardcoded value of zero. Signed-off-by: Hashem Tatari <hashem.tatari@exset.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@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