digitalmars.D - How to dump the defaults version and debug names
- cbleser (7/7) Apr 30 2013 I would like to know if there is a way to dump the default
I would like to know if there is a way to dump the default
version and debug names.
Like listing default macros in gcc
echo "int main(){return 0;}" | gcc -E -dM -
I am missing the version values name of the compiler release
(like dmd-2.060).
Thank you.
Apr 30 2013








"cbleser" <udefranettet gmail.com>