Hi Ficko,
I'm sorry, but there is no way to add/modify compiler switches for visual projects (only for classic projects). That is due to the fact that Easy Code internally does a lot of work when compiling a window/module file for a visual project and any "not expected" switch could fire errors and the window/module file could not be compiled. So, the switches are the same for ml.exe and JWasm.exe:
Debug: /X /nologo /c /coff /Cp /Zp4 /Zi /Zd
Release: /X /nologo /c /coff /Cp /Zp4
As EC was thought in that way, it would be very complicated to change this behaviour now. I am planning to program EC 2.0, which would solve this and would be prepared for 64-bit programming, but I really do not know when I will be able to do this as I do not have time enough.
Regards,
Ramon