diff options
author | Richard Hughes <richard@hughsie.com> | 2020-06-09 13:34:23 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-08-04 22:20:27 +0000 |
commit | f88174f4fd8a1972501d8d2ad88663900f49c07b (patch) | |
tree | e512e64d923f777701bdece62e32b589eaeb63e0 | |
parent | 9e440caa8346f540d9049982acaaf8be42705ad7 (diff) | |
download | flashrom-f88174f4fd8a1972501d8d2ad88663900f49c07b.tar.gz flashrom-f88174f4fd8a1972501d8d2ad88663900f49c07b.tar.bz2 flashrom-f88174f4fd8a1972501d8d2ad88663900f49c07b.zip |
meson: Do not compile with -DSTANDALONE
This enables the -o option which is used to collect logs for debugging.
Change-Id: If6c12c682ba72cd519e30f1f8c96552322ff75e3
Signed-off-by: Richard Hughes <richard@hughsie.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/42230
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ef7ac2c1..04176f33 100644 --- a/meson.build +++ b/meson.build @@ -426,7 +426,6 @@ executable( ], c_args : [ cargs, - '-DSTANDALONE', '-DCONFIG_DEFAULT_PROGRAMMER=PROGRAMMER_INVALID', '-DCONFIG_DEFAULT_PROGRAMMER_ARGS=""', ], |