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>
1 file changed
tree: b545344502f7e374cfb7b41417897c00dc65d64e
  1. .github/
  2. br-ext/
  3. fvp/
  4. imx/
  5. kconfigs/
  6. nanopc-t6/
  7. qemu_v8/
  8. rpi3/
  9. stm32mp/
  10. ti/
  11. versal/
  12. versal2/
  13. zynqmp/
  14. .gitignore
  15. am43xx.mk
  16. am57xx.mk
  17. common.mk
  18. dra7xx.mk
  19. fvp-psa-sp.mk
  20. fvp.mk
  21. hikey.mk
  22. hikey960.mk
  23. imx.mk
  24. imx8mp-evk.inc.mk
  25. imx8mp-verdin.inc.mk
  26. juno.mk
  27. LICENSE
  28. nanopc-t6.mk
  29. poplar.mk
  30. qemu-check.exp
  31. qemu.mk
  32. qemu_v8.mk
  33. README.md
  34. rockpi4.mk
  35. rpi3.mk
  36. rust.exp
  37. soc_term.py
  38. stm32mp1.mk
  39. synquacer.mk
  40. toolchain.mk
  41. trusted-keys.exp
  42. trusted-services.mk
  43. versal.mk
  44. versal2.mk
  45. versal_net.mk
  46. zynqmp.mk
README.md

OP-TEE build.git

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