From 37831168869ff0b9a97ea0e27edab9e73d0d1a19 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 20 Aug 2018 15:41:10 +0100 Subject: COMPMID-1474: Automatically generate DragonBench benchmarks Change-Id: I428a11ed2242a8fa992a2cebb4168a5e13e2f1e3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144877 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index ccc92168e9..ea3402a316 100644 --- a/SConstruct +++ b/SConstruct @@ -55,7 +55,7 @@ vars.AddVariables( BoolVariable("cppthreads", "Enable C++11 threads backend", True), PathVariable("build_dir", "Specify sub-folder for the build", ".", PathVariable.PathAccept), #FIXME Remove before release (And remove all references to INTERNAL_ONLY) - BoolVariable("internal_only", "Enable ARM internal only tests", True), + BoolVariable("internal_only", "Enable ARM internal only tests", False), ("extra_cxx_flags", "Extra CXX flags to be appended to the build command", ""), ("compiler_cache", "Command to prefix to the C and C++ compiler (e.g ccache)", "") ) -- cgit v1.2.1