You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
I think there are two parts to this (1) we should be using the appropriate variable names to conform to GNU auto tools stuff, and (2) we need to be able to have them passed in by the users on the make command line.
I think your solution above solves the problem, but we need to be clear on whether they should be entirely overridden by a user or just allow a user to update them (with other things added within the Makefile). We also need to be sure that names like INCLUDEARGS aren't just replacing something more standard within the auto tools framework.
If make is done from a clone of the repo and not using an autotools build, there is no way to pass
LDFLAGS
,CPPFLAGS
, etc., to the make process.The text was updated successfully, but these errors were encountered: