src/Palete/ValaSourceCompiler.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 04:44:39 +0000 (12:44 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 04:44:39 +0000 (12:44 +0800)
src/Palete/ValaSourceCompiler.vala

index 966930d..62ed3cc 100644 (file)
@@ -264,7 +264,8 @@ namespace Palete {
                        valac += " --thread ";
                        
                        // we should parse the compilegroup to find out the flags..
-                        
+                       context.debug = true;
+                       valac += " -g ";
                        
                        this.report = new ValaSourceReport(this.original_filepath, this.filepath);
                        context.report = this.report;