- Removed now-completed NOTE comment
- Print out the C compiler being used
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-20 15:28:05 +02:00
parent 12daee5c44
commit c1da2e6296
1 changed files with 2 additions and 1 deletions

View File

@ -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