mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 16:33:41 +02:00
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>
This commit is contained in:
parent
9e440caa83
commit
f88174f4fd
@ -426,7 +426,6 @@ executable(
|
|||||||
],
|
],
|
||||||
c_args : [
|
c_args : [
|
||||||
cargs,
|
cargs,
|
||||||
'-DSTANDALONE',
|
|
||||||
'-DCONFIG_DEFAULT_PROGRAMMER=PROGRAMMER_INVALID',
|
'-DCONFIG_DEFAULT_PROGRAMMER=PROGRAMMER_INVALID',
|
||||||
'-DCONFIG_DEFAULT_PROGRAMMER_ARGS=""',
|
'-DCONFIG_DEFAULT_PROGRAMMER_ARGS=""',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user