Separate out build_if into a pass

This commit is contained in:
Krzosa Karol
2024-04-14 09:14:57 +02:00
parent 5a2e3dcec4
commit 320a13ddfd
13 changed files with 83 additions and 94 deletions

View File

@@ -122,7 +122,7 @@ int main(int argc, char **argv) {
return 0;
}
PackageCompiler();
// PackageCompiler();
IO_Printf("Compiler packed successfully: lib_compiler.h\n");
if (ShouldRun("test_readme")) {