https://issues.dlang.org/show_bug.cgi?id=16962
--- Comment #9 from Timothee Cour <[email protected]> --- >> Sorry, what is the use case of using -c ? I think it working was a mere >> accident. If you want to syntax-check the file, use dmd (not rdmd) with -o-. >> Or do you want to compile everything into a single object file for some >> reason? Use case: when dmd's built-in linker magic isn't good enough (eg http://forum.dlang.org/post/[email protected] where i have to first compile then link to get -pie but I keep running into similar issues where i want to link seperately because the default isn't good enough) --
