mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Commented that codegen: <modulename> printf ...
This commit is contained in:
@@ -75,7 +75,7 @@ void Module::genobjfile(int multiobj, char** envp)
|
||||
Logger::println("Generating module: %s\n", (md ? md->toChars() : toChars()));
|
||||
LOG_SCOPE;
|
||||
|
||||
printf("codegen: %s\n", srcfile->toChars());
|
||||
//printf("codegen: %s\n", srcfile->toChars());
|
||||
|
||||
// start by deleting the old object file
|
||||
deleteObjFile();
|
||||
|
||||
Reference in New Issue
Block a user