- Removed now-completed NOTE comment
- Print out the C compiler being used
bugfix/fix_multi_compile
Tristan B. V. Kildaire 9 months ago
parent 12daee5c44
commit c1da2e6296

@ -1285,8 +1285,9 @@ int main()
{
try
{
//NOTE: Change to system compiler (maybe, we need to choose a good C compiler)
string systemCompiler = config.getConfig("dgen:compiler").getText();
gprintln("Using system C compiler '"~systemCompiler~"' for compilation");
string[] compileArgs = [systemCompiler, "-o", "tlang.out", file.name()];
// Check for object files to be linked in

Loading…
Cancel
Save