diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-08-25 18:04:48 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-13 10:51:13 +0200 |
commit | ea3fc91585374eb4e8dc6310006168a51878ae27 (patch) | |
tree | a0e3ed898a03d2ec387f03399a2b5dc8382e559f /TARGETS | |
parent | 67438a53d092b3c63a2a8218e3d16495763c2023 (diff) | |
download | justbuild-ea3fc91585374eb4e8dc6310006168a51878ae27.tar.gz |
Externals: Propagate ADD_{C,CXX}FLAGS variables
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" ] |