src/Palete/ValaSourceCompiler.vala
authorAlan Knowles <alan@roojs.com>
Sun, 3 Jul 2022 02:54:11 +0000 (10:54 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 3 Jul 2022 02:54:11 +0000 (10:54 +0800)
src/Palete/ValaSourceCompiler.vala

index 4b1f06b..78beba3 100644 (file)
@@ -426,8 +426,8 @@ namespace Palete {
                        context.codegen.emit (context);
                        
                        
-                       /* --- do we really need this - only if we are actually doing a full build.
-                       */var ccompiler = new Vala.CCodeCompiler ();
+                       /* --- - only if we are actually doing a full build.- no added benifet for inline complier
+                       var ccompiler = new Vala.CCodeCompiler ();
                        var cc_command = Environment.get_variable ("CC");
                        
                        
@@ -442,7 +442,7 @@ namespace Palete {
                        // newer ones got rid fo pkg config command? not sure why.
                        
 #endif
-               
+               */
                        //print("%s\n", valac);
                        Vala.CodeContext.pop ();