aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2019-02-12 14:22:49 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2019-02-12 14:22:49 +0000
commitbade5f43373c4985889065be1f8052e264b722af (patch)
tree57d96610b554a9868b795ab6a3d29cd6d626e06b /SConstruct
parent5cca9cb852fd6926f90263f343aba39a1a54972c (diff)
downloadComputeLibrary-bade5f43373c4985889065be1f8052e264b722af.tar.gz
Remove blocks of codes / files which are marked as INTERNAL_ONLY
Disable validation and benchmark tests Change-Id: I39eadb38e4c317d7dd1f590b6abc6f124ac90fab Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index e6c89bc24b..7d396fabc8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -56,8 +56,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", ""),