scons: Remove explicitly set defaults in calls to AddOption.
authorGabe Black <gabeblack@google.com>
Tue, 4 Aug 2020 04:51:17 +0000 (21:51 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 5 Aug 2020 20:22:28 +0000 (20:22 +0000)
commitbcd6a7ba34c04b68cf732a10de5c2e58cf453522
tree19fc1635611116fb4321fde18aa754bf52a4d9d5
parent346c8a767a47de287a771ebeaa4448e37cf22432
scons: Remove explicitly set defaults in calls to AddOption.

Like the optparse module's add_option method, most keyword arguments
have sensible default values. We should avoid setting those explicitly
when calling AddOption, since it usually doesn't make anything clearer
and just adds more text to wade through.

Change-Id: I70e425d9f1a0da1cafcc3d7dd24bfde18c0b3f35
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32116
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
SConstruct