AdaCore / gprbuild

GPRbuild is an advanced build system designed to help automate the construction of multi-language systems.
Other
65 stars 21 forks source link

Move PIC/shared options later on the command line for libraries. #66

Closed asarhaddon closed 2 years ago

asarhaddon commented 5 years ago

This option is mandatory for shared libraries, and should override incompatible options like PIE in case both are specified (there are motivations to put PIE in CFLAGS by default).

Full discussion at https://lists.debian.org/debian-devel/2016/05/msg00302.html.

t-14 commented 2 years ago

Thank you for the contribution. We have applied your patch with some minor adaptations.

asarhaddon commented 2 years ago

Great! Next time, please consider adding yourself as validator instead of author. Public credit for submissions may be important for some contributors. Thanks for closing this issue.