How to set default compiler options for XE2?

后端 未结 2 489
-上瘾入骨i
-上瘾入骨i 2021-01-12 02:59

I am unable to figure out how to change default build/compile settings. The little default checkbox in the lower left of the project options dialog is gone. The doc

2条回答
  •  遥遥无期
    2021-01-12 03:46

    That feature really has gone and there is nothing like it any more in the product, to the very best of my knowledge. I think the best you can do is as follows:

    1. Create a new project.
    2. Change the project settings to whatever you want them to be.
    3. Change anything else in the default project that you don't like, for example { Private declarations }.
    4. Add this project to the repository.
    5. use File | New | Customize to move this project template onto the File | New menu for easy access.

提交回复
热议问题