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

index 997ee2d..966930d 100644 (file)
@@ -262,6 +262,8 @@ namespace Palete {
                        context.gir_directories = {};
                        context.thread = true;
                        valac += " --thread ";
+                       
+                       // we should parse the compilegroup to find out the flags..
                         
                        
                        this.report = new ValaSourceReport(this.original_filepath, this.filepath);