util: Add a --debug-build option to the m5 util scons.
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 03:00:46 +0000 (20:00 -0700)
committerGabe Black <gabe.black@gmail.com>
Fri, 4 Dec 2020 06:29:55 +0000 (06:29 +0000)
commita1a1adf3bd5d454b281a8747edde1648c23e869e
tree734fe91f96675b4371584927d7678409261a8d4b
parent7dcf613ac730e5e2313c95b76940f84b6e9c458a
util: Add a --debug-build option to the m5 util scons.

This enables debug info with -g, and disables optimization with -O0.

Change-Id: I788585c379f048d373c54dc04e7c460914d6912e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27753
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/README.md
util/m5/SConstruct