From 519af27f52a33a1186d0cc152e66ed11275704dc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 18:30:45 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2