Richard Hughes has uploaded this change for review.

View Change

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>
---
M meson.build
1 file changed, 0 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/30/42230/1
diff --git a/meson.build b/meson.build
index 5d8e630..4b00339 100644
--- a/meson.build
+++ b/meson.build
@@ -415,7 +415,6 @@
],
c_args : [
cargs,
- '-DSTANDALONE',
'-DCONFIG_DEFAULT_PROGRAMMER=PROGRAMMER_INVALID',
'-DCONFIG_DEFAULT_PROGRAMMER_ARGS=""',
],

To view, visit change 42230. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: If6c12c682ba72cd519e30f1f8c96552322ff75e3
Gerrit-Change-Number: 42230
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Hughes <richard@hughsie.com>
Gerrit-MessageType: newchange