[vtk-developers] PREPENDING extra compiler flags?!?!

Sebastien BARRE sebastien at barre.nom.fr
Tue Jan 23 17:29:44 EST 2001


At 23/01/2001 16:46, you wrote:

>|> I did the change. Tell me if you want me to commit it to the CVS.
>
>Cool! Did you do it in such a way that generated /I flags come after user 
>/I flags, and generated /O flags come before user /O flags?

Yes, that's exactly what I did. I reordered and sorted the flags, so that 
(I quote my code) :

   /* Option order is now :
       - all options except /I options
       - user defined (extra) options (if PUT_EXTRA_CFLAGS_AT_BEGINNING)
       - /I options
      so that user defined options might override all kind of options
   */

We can back up quickly to the previous behaviour by not defining the macro 
PUT_EXTRA_CFLAGS_AT_BEGINNING.





More information about the vtk-developers mailing list