diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-14 14:33:22 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-14 14:33:22 +0200 |
| commit | 5329652f839b99b95d63cd471ff73d251f74d911 (patch) | |
| tree | 20797eb65f3e48686979362f828a6e07b21e9b5a /modules/remote-sycl/examples/SConscript | |
| parent | 57f6eacfcdbdba31185eb66b9a573a8923eecf16 (diff) | |
| download | forstio-forstio-5329652f839b99b95d63cd471ff73d251f74d911.tar.gz | |
Fixed calc of sycl vals
Diffstat (limited to 'modules/remote-sycl/examples/SConscript')
| -rw-r--r-- | modules/remote-sycl/examples/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-sycl/examples/SConscript b/modules/remote-sycl/examples/SConscript index 02e528b..015b492 100644 --- a/modules/remote-sycl/examples/SConscript +++ b/modules/remote-sycl/examples/SConscript @@ -15,6 +15,7 @@ examples_env = env.Clone(); examples_sycl_env = examples_env.Clone(); examples_sycl_env['CXX'] = 'acpp'; +examples_sycl_env['CXXFLAGS'] += ['-O2']; examples_env.sources = sorted(glob.glob(dir_path + "/*.cpp")) examples_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) |
