How to disable generation of PROJECTNAME.TXT when building?
Posted: Mon May 09, 2016 5:20 pm
I'm a new user of CL. I am using the latest weekly build 9.1.6. I found an interesting thing when building my project that the commandline always has @"PROJECTNAME.TXT" in it, like this:
C:/Programs/gnu/mingw64/bin/g++.exe -o ./bin/Debug/test.exe @"test.txt" -L. -static-libstdc++ -static-libgcc -municode
And I don't want this file as it is not useful to me at all. Is there an option for me to disable it?
C:/Programs/gnu/mingw64/bin/g++.exe -o ./bin/Debug/test.exe @"test.txt" -L. -static-libstdc++ -static-libgcc -municode
And I don't want this file as it is not useful to me at all. Is there an option for me to disable it?