From d352d953743196ae80afa780de8c97da3c1f2d5d Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Wed, 20 Nov 2019 14:11:32 +0000 Subject: COMPMID-2916 Remove internal only build options Signed-off-by: SiCong Li Change-Id: I78f860926e76a7c297c5e78fabab2984c034c978 Reviewed-on: https://review.mlplatform.org/c/2329 Reviewed-by: Michele Di Giorgio Tested-by: Georgios Pinitas --- SConstruct | 2 -- 1 file changed, 2 deletions(-) (limited to 'SConstruct') 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", ""), -- cgit v1.2.1