summaryrefslogtreecommitdiff
path: root/config/global/build-behave.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-07-11 07:26:36 (GMT)
committerGitHub <noreply@github.com>2021-07-11 07:26:36 (GMT)
commit3782373c8c6d83a522fe1bf8023434639c9b747d (patch)
tree15d1aed1b353f25a3241cadf4bb184367790e279 /config/global/build-behave.in
parent4d2c1708da372a36372bf694bf7b3e9e8a3fc24b (diff)
parentc3b13ffdda50f81779bc1587d46571b1f110e97c (diff)
Merge pull request #1551 from rcatolino/add_extra_cxx_flags
Add EXTRA_CXXFLAGS_FOR_BUILD option
Diffstat (limited to 'config/global/build-behave.in')
-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"