On Wed, Aug 18, 2010 at 10:27 PM, Vincent Torri <vto...@univ-evry.fr> wrote:

> EFL_COMPILER_FLAG([-Wall]) adds -Wall to CFLAGS
>
> m4_ifdef([v_mic] ***) checks if v_mic is used (that is if the micro version
> of eina is defined. I did that in order to add these flags only when in
> "developper mode" (not in release mode)
>
> But you can use EFL_COMPILER_FLAG without m4_ifdef. Just like that:
>
> EFL_COMPILER_FLAG([-Wall])
>


Cool. Is there a standard way to choose between developer mode to release
mode in autotools? (except for what you did with the versions)
Maybe we should consider adding that as well.
-- 
Tom.
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to