From ff5535b51730974b7933dd93e140579f3232a275 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 4 Jul 2024 11:45:02 +0200 Subject: Ammending kernel work --- modules/remote-sycl/benchmarks/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/remote-sycl/benchmarks/SConscript') 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")) -- cgit v1.2.3