From c3b13ffdda50f81779bc1587d46571b1f110e97c Mon Sep 17 00:00:00 2001 From: Raphael Catolino Date: Tue, 6 Jul 2021 16:05:25 +0100 Subject: Add EXTRA_CXXFLAGS_FOR_BUILD option Signed-off-by: Raphael Catolino --- config/global/build-behave.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/global/build-behave.in b/config/global/build-behave.in index 4a504289..4af2f260 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" -- cgit v1.2.3