Fix #7292 - see if disalbing CC part enables full build?
authorAlan Knowles <alan@roojs.com>
Sun, 3 Jul 2022 02:55:27 +0000 (10:55 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 3 Jul 2022 02:55:27 +0000 (10:55 +0800)
src/Palete/ValaSourceCompiler.vala

index 38dc078..de68482 100644 (file)
@@ -425,6 +425,10 @@ namespace Palete {
                        
                        context.codegen.emit (context);
                        
+                       
+                       /* --- - only if we are actually doing a full build.- no added benifet for inline complier
+                       on my laptop a 5s upto here.. then 40+s doing this.. - no additional warnings really (although if we are using 'C' code it maight be usefull
+                       
                        var ccompiler = new Vala.CCodeCompiler ();
                        var cc_command = Environment.get_variable ("CC");
                        
@@ -440,7 +444,7 @@ namespace Palete {
                        // newer ones got rid fo pkg config command? not sure why.
                        
 #endif
-               
+               */
                        //print("%s\n", valac);
                        Vala.CodeContext.pop ();