Runtime Support

Oleksii Skidan 2210122 at mail.ru
Sat Jul 26 02:32:14 PDT 2008


Hello everybody, I wonder if there's a way to disable run time support? For example, C++ is loosely tied to RTTI, exceptions and other run time stuff, and G++ gives us a way to disable them: --fno-rtti, --fno-exceptions etc... I guess other compilers do. But it seems no way to do the same thing in DMD or GDC.

Thanks in advance,
Oleksii.



More information about the Digitalmars-d mailing list