summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaphael Catolino <raphael.catolino@gmail.com>2021-07-06 15:05:25 (GMT)
committerRaphael Catolino <raphael.catolino@gmail.com>2021-07-06 15:19:17 (GMT)
commitc3b13ffdda50f81779bc1587d46571b1f110e97c (patch)
treec1c97a7c1775cf19e9dbbc00e464590e73457a19 /config
parent62e9db247be34f8a4fa3bc116e60a1b15db62a97 (diff)
Add EXTRA_CXXFLAGS_FOR_BUILD option
Signed-off-by: Raphael Catolino <raphael.catolino@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/global/build-behave.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in
index 4a50428..4af2f26 100644
--- a/config/global/build-behave.in
+++ b/config/global/build-behave.in
@@ -46,7 +46,17 @@ config EXTRA_CFLAGS_FOR_BUILD
May be used to change the default features of the build
compiler such as turning off the stack protector or fortify.
-
+
+config EXTRA_CXXFLAGS_FOR_BUILD
+ string
+ prompt "Extra build compiler flags"
+ default ""
+ help
+ Extra flags to pass only to the build C++ compiler.
+
+ May be used to change the default features of the C++ build
+ compiler such as specifying the C++ standard to use.
+
config EXTRA_LDFLAGS_FOR_BUILD
string
prompt "Extra build linker flags"