aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGiuseppe Rossini <giuseppe.rossini@arm.com>2020-02-17 14:52:06 +0000
committerGiuseppe Rossini <giuseppe.rossini@arm.com>2020-02-17 14:52:06 +0000
commitb1412ac74ff2c98297cba84b0bf7fe55d5501beb (patch)
treeb3a0efa989f737f431fca252787de3ae669f985a /SConstruct
parent35d56ec743ee04cc07e36e9a3c62089f88de5245 (diff)
downloadComputeLibrary-b1412ac74ff2c98297cba84b0bf7fe55d5501beb.tar.gz
Remove blocks of codes / files which are marked as INTERNAL_ONLY and Disable validation and benchmark tests
Change-Id: I6ca368ee142e7412925cb453d6d64e33d9714af6 Signed-off-by: Giuseppe Rossini <giuseppe.rossini@arm.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 83b1409c4c..e7bfa4e05b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -61,8 +61,6 @@ vars.AddVariables(
PathVariable("install_dir", "Specify sub-folder for the install", "", PathVariable.PathAccept),
BoolVariable("exceptions", "Enable/disable C++ exception support", True),
PathVariable("linker_script", "Use an external linker script", "", PathVariable.PathAccept),
- #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", ""),
("compiler_prefix", "Override the compiler prefix", ""),
("extra_cxx_flags", "Extra CXX flags to be appended to the build command", ""),