[Bf-committers] Compiler flags

Giuseppe Ghibò ghibo at mandriva.com
Mon Jul 10 14:37:08 CEST 2006


Joe Eagar wrote:
> Giuseppe Ghibò wrote:
> 
>> Is there a way to specify in user-config.py the
>> compiler flags without having to list them enclosed into
>> [ '...', '...', ... ], i.e. something like:
>>
>> FLAGS = '-O2 -funsigned-char'
>>
>> rather than
>>
>> FLAGS = [ '-O2', '-funsigned-char' ]
> 
> You can do "-O2 -funsigned-char".split().  Gotta love all those handy 
> methods of python strings. :)
> 
> Joe
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers

Thanks. It works.

Bye
Giuseppe.


More information about the Bf-committers mailing list