Skip to content
Snippets Groups Projects
Commit c49a94ce authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'disable_debug_symbols_for_brainscales_and_readd_main' into 'master'

Disable debug symbols in pynn-brainscales & hxtorch to reduce disk space consumption

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!138
parents bf2c1050 1363d6b8
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class Hxtorch(WafPackage):
args = ['--prefix={0}'.format(self.prefix)]
args += self.configure_args()
self.waf('configure', *args)
self.waf('configure', '--build-profile=release', *args)
def build_args(self):
args = ['--keep', '--test-execnone', '-v']
......
......@@ -127,7 +127,7 @@ class PynnBrainscales(WafPackage):
args = ['--prefix={0}'.format(self.prefix)]
args += self.configure_args()
self.waf('configure', *args)
self.waf('configure', '--build-profile=release', *args)
def build_args(self):
args = ['--keep', '--test-execnone', '-v']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment