Modifying the compiler options (all project type)


Easy Code 1.07 and later versions allow you to add, remove and/or modify the compiler's command line options also for visual projects in the Project Properties window. The default options make the projects to be built without errors, so you should be very careful when making changes. Any option you add must be supported by the compiler, of course, and it must be separated by a space from the previous one. For example:

/b /ni /nw
The command line options are specified for every project, so you can have different options for different projects. If you have any problem building a project, just restore the default options:

/ni

These will be the options set by default when creating a new project.