summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-08-25 18:04:48 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-09-13 10:51:13 +0200
commitea3fc91585374eb4e8dc6310006168a51878ae27 (patch)
treea0e3ed898a03d2ec387f03399a2b5dc8382e559f /TARGETS
parent67438a53d092b3c63a2a8218e3d16495763c2023 (diff)
downloadjustbuild-ea3fc91585374eb4e8dc6310006168a51878ae27.tar.gz
Externals: Propagate ADD_{C,CXX}FLAGS variables
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS4
1 files changed, 4 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index d84966c5..2b4ab93b 100644
--- a/TARGETS
+++ b/TARGETS
@@ -11,6 +11,8 @@
, "COMPILER_FAMILY"
, "CC"
, "CXX"
+ , "ADD_CXXFLAGS"
+ , "ADD_CFLAGS"
, "AR"
, "ENV"
, "BUILD_STATIC_BINARY"
@@ -43,6 +45,8 @@
, "DEBUG"
, "CXX"
, "CC"
+ , "ADD_CXXFLAGS"
+ , "ADD_CFLAGS"
, "AR"
, "ENV"
]