From f88174f4fd8a1972501d8d2ad88663900f49c07b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 9 Jun 2020 13:34:23 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/42230 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Matt DeVillier --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index ef7ac2c17..04176f33d 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=""', ], -- cgit v1.2.3