-
Martin Lang authored
tmp_filename is cropped to the last 250 characters. If the first character after cropping happens do be a dash the compiler will interpret it as a flag and not the argument passed to `-o` resulting in a compilation failure (missing arguments).
Martin Lang authoredtmp_filename is cropped to the last 250 characters. If the first character after cropping happens do be a dash the compiler will interpret it as a flag and not the argument passed to `-o` resulting in a compilation failure (missing arguments).