55e97fee09
We pass compiler flags using an arg file if the compiler is executed in a separate process because Windows limits maximal command line length (see https://github.com/JetBrains/kotlin-native/issues/1999). But for the compiler daemon we pass the args directly to the compiler entry point method. So we can abandon using an arg file here.