Skip to content
Snippets Groups Projects
Commit 1363d6b8 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Disable debug symbols in pynn-brainscales & hxtorch

parent bf2c1050
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