diff options
author | midipix <writeonce@midipix.org> | 2020-06-27 10:34:31 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-06-27 10:34:31 +0000 |
commit | 6c021734932c1b8b9c4b85958f6c0e1fdab87028 (patch) | |
tree | db1a54ac7da59d900986012582b7c9e4feff69cc | |
parent | 1d3c3c0653bafebed488fb448dd9db168c830fb9 (diff) | |
download | sltdl-6c021734932c1b8b9c4b85958f6c0e1fdab87028.tar.bz2 sltdl-6c021734932c1b8b9c4b85958f6c0e1fdab87028.tar.xz |
project: add cflag overrides to CFLAGS_LAST (thus override also user's CFLAGS).
-rw-r--r-- | project/overrides.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/overrides.mk b/project/overrides.mk index 4ac3b36..3c91346 100644 --- a/project/overrides.mk +++ b/project/overrides.mk @@ -1 +1 @@ -src/$(PACKAGE).o: CFLAGS_CONFIG += -Wno-unused-parameter +src/$(PACKAGE).o: CFLAGS_LAST += -Wno-unused-parameter |