← Back to team overview

dolfin team mailing list archive

Re: customCxxFlags

 

"Garth N. Wells" <gnw20@xxxxxxxxx> writes:

> How can I use customCxxFlags to build with more than one custom compiler 
> flag?
>
> Garth

It works if you add ' ' around all flags, for example

customCxxFlags = '-g3 -woff all -64 -OPT:Olimit=5000:roundoff=3:div_split=ON:alias=typed -TARG:proc=r14000'

Niclas


References