summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/benchmarks/SConscript
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-07-04 11:45:02 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-07-04 11:45:02 +0200
commitff5535b51730974b7933dd93e140579f3232a275 (patch)
tree967521f8aa7c208475dae63fc82eaff7e52bfb7b /modules/remote-sycl/benchmarks/SConscript
parentfe49d9fcac2f0e45d998abc1909c1a3e35ec83ce (diff)
Ammending kernel work
Diffstat (limited to 'modules/remote-sycl/benchmarks/SConscript')
-rw-r--r--modules/remote-sycl/benchmarks/SConscript3
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"))