gvsbuild icon indicating copy to clipboard operation
gvsbuild copied to clipboard

Add ability to configure extra opts per project

Open DjLegolas opened this issue 5 months ago • 2 comments

Some users might want to be able to add additional options to the compilation command of each project. With this, we add the --extra-opts build option which appends the passed option to a project's build command line. The structure is: --extra-opts <project>:<option>[;<option>...]

Closes: #1356

DjLegolas avatar Aug 31 '24 07:08 DjLegolas