From: Alan Knowles Date: Thu, 14 May 2015 10:30:45 +0000 (+0800) Subject: src/Application.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=519af27f52a33a1186d0cc152e66ed11275704dc src/Application.vala --- diff --git a/src/Application.vala b/src/Application.vala index 790dfe1f5..6a6ab64d1 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -56,6 +56,7 @@ { "target", 0, 0, OptionArg.STRING, ref opt_compile_target, "Target to build", null }, { "skip-file", 0, 0, OptionArg.STRING, ref opt_compile_skip ,"For test compiles do not add this (usually used in conjunction with add-file ", null }, { "add-file", 0, 0, OptionArg.STRING, ref opt_compile_add, "Add this file to compile list", null }, + { "debug", 0, 0, OptionArg.BOOLEAN, ref opt_compile_add, "Show debug messages", null }, { null } }; public static string opt_compile_project;