diff options
Diffstat (limited to 'modules/remote-sycl/benchmarks/SConscript')
-rw-r--r-- | modules/remote-sycl/benchmarks/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/remote-sycl/benchmarks/SConscript b/modules/remote-sycl/benchmarks/SConscript index 9976e0e..434993c 100644 --- a/modules/remote-sycl/benchmarks/SConscript +++ b/modules/remote-sycl/benchmarks/SConscript @@ -12,10 +12,9 @@ dir_path = Dir('.').abspath # Environment for base library benchmarks_env = env.Clone(); - benchmarks_sycl_env = benchmarks_env.Clone(); benchmarks_sycl_env['CXX'] = 'acpp'; -benchmarks_sycl_env['CXXFLAGS'] += ['-O2']; +benchmarks_sycl_env['CXXFLAGS'] += ['-O3']; benchmarks_env.sources = sorted(glob.glob(dir_path + "/*.cpp")) benchmarks_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) |