summaryrefslogtreecommitdiff
path: root/builder
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-14 19:28:08 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-14 19:28:08 +0200
commit416ad53878c5638f4a6159cfbdf7dcbdaddfeeac (patch)
tree3f2e7699747479d44bd6295cc8c3f5820ea2c2bc /builder
parentca9bfc99b89849687e8e065a002c63e2dedf50a2 (diff)
downloadxdg-app-416ad53878c5638f4a6159cfbdf7dcbdaddfeeac.tar.gz
Fix typo for no-debuginfo properly
Diffstat (limited to 'builder')
-rw-r--r--builder/builder-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/builder-options.c b/builder/builder-options.c
index d52109a..40bb490 100644
--- a/builder/builder-options.c
+++ b/builder/builder-options.c
@@ -245,7 +245,7 @@ builder_options_class_init (BuilderOptionsClass *klass)
FALSE,
G_PARAM_READWRITE));
g_object_class_install_property (object_class,
- PROP_STRIP,
+ PROP_NO_DEBUGINFO,
g_param_spec_boolean ("no-debuginfo",
"",
"",