No StripExecutable

This commit is contained in:
Simon Robertshaw 2012-07-22 20:17:58 +01:00
parent c99eff0d9f
commit 8d917a204d

View File

@ -184,6 +184,6 @@ else:
t=env.Program(target='powder', source=sources)
Default(t)
if(GetOption('release')):
StripExecutable(t);
#if(GetOption('release')):
# StripExecutable(t);