View previous topic :: View next topic |
Author |
Message |
Nrgyzer
Joined: 12 Dec 2009 Posts: 31
|
Posted: Mon Oct 17, 2011 12:14 pm Post subject: Suppress "-g" arg on cmd-line |
|
|
Hey guys,
VisualD works fine for me (except the directory issue from the other thread), but my current problem is the compile-command which VisualD uses. I want declare a string enumeration (enum myEnum : string), but VisualD compiles using the "-g" arg. Is there any chance to suppress this keyword? (Btw: I'm using dmd 2.055)
Thanks in advance! |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Wed Oct 19, 2011 12:07 am Post subject: |
|
|
Hi,
you can turn off symbolic debug info generation by setting "Debug Info" to none on the DMD->Debug project porperty page. (I noticed the shown command line does not update until you reopen the dialog.) You could also apply https://github.com/rainers/dmd/commit/a6cbb4a34a601e41b6b5d683b4aa5fa3ef3e7bd9 to dmd.
BTW: the rc in the download folder includes a fix for the problem with the imports from the global settings page.
Rainer |
|
Back to top |
|
|
|