aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2019-11-20 14:11:32 +0000
committerSiCong Li <sicong.li@arm.com>2019-11-22 15:04:21 +0000
commitd352d953743196ae80afa780de8c97da3c1f2d5d (patch)
tree9532a09d403b0b4f5f094be488fc3fbdb366a950 /SConstruct
parentbdea9643a2e5172710db652467c308152c81de32 (diff)
downloadComputeLibrary-d352d953743196ae80afa780de8c97da3c1f2d5d.tar.gz
COMPMID-2916 Remove internal only build options
Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I78f860926e76a7c297c5e78fabab2984c034c978 Reviewed-on: https://review.mlplatform.org/c/2329 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 8509fedbb3..c0cf6d6393 100644
--- a/SConstruct
+++ b/SConstruct
@@ -57,8 +57,6 @@ vars.AddVariables(
PathVariable("build_dir", "Specify sub-folder for the build", ".", PathVariable.PathAccept),
PathVariable("install_dir", "Specify sub-folder for the install", "", PathVariable.PathAccept),
BoolVariable("exceptions", "Enable/disable C++ exception support", True),
- #FIXME Remove before release (And remove all references to INTERNAL_ONLY)
- BoolVariable("internal_only", "Enable ARM internal only tests", False),
("toolchain_prefix", "Override the toolchain prefix", ""),
("extra_cxx_flags", "Extra CXX flags to be appended to the build command", ""),
("extra_link_flags", "Extra LD flags to be appended to the build command", ""),