]> git.cworth.org Git - notmuch/commit - Makefile.global
build: move {C,CXX}FLAGS to the end of FINAL_{C,CXX}FLAGS
authorDavid Bremner <david@tethera.net>
Fri, 24 Dec 2021 18:29:05 +0000 (14:29 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 31 Dec 2021 11:08:06 +0000 (07:08 -0400)
commite9c55864cde6e9b9653b9963a36f633f34a57779
treeea67b3ae6fcfef4ba02eac323fd5ffeed0ff9d3e
parent911d9a916e4dc2de7348d138aabd0ebe51242efd
build: move {C,CXX}FLAGS to the end of FINAL_{C,CXX}FLAGS

In addition to avoiding problems with user specified include paths
picking up an installed version of notmuch.h, this should also enable
users to override more options (in particular they could override
warning options since the last one takes effect).

[1]: id:7851CAB5-4556-4931-A0A2-37003E56C927@ryandesign.com
Makefile.global