AdaCore / gtkada

Ada bindings for the GTK+ graphical library.
Other
88 stars 20 forks source link

Allow the end user to configure the build via CFLAGS and friends. #26

Closed asarhaddon closed 5 years ago

asarhaddon commented 5 years ago

Usually, ./configure reads these values from the environment and stores them into the generated Makefile, allowing override in both ./configure then Make command lines. A patch copying this has once been refused, so this commit attempts to be less intrusive. It only modifies GNAT projects.

CFLAGS and similar take precedence over the default (-O0).

LDFLAGS comes before libraries that they affect (--as-needed).

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.