-debug and -release

lurker lurker1024 at klassmaster.com
Sun May 27 11:15:13 PDT 2007


What does it mean to compile a file with -debug and -release switches? Like so:

$ echo "void main() {}" > test.d
$ dmd -debug -release test.d

Why the compiler accepts both and doesn't complaint?

Thanks.




More information about the Digitalmars-d mailing list