> On Wed, 18 Aug 2010, Tom Hacohen wrote:
> 
> > 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.
> 
> better ask raster, as i'm not sure exactly which part of the version is 
> not used for the release mode

IIRC, v_mic is always used. The "development" part is v_rev - the current SVN
revision, which is m4_undefine'd for releases.

Cheers,
-- 
Albin Tonnerre

------------------------------------------------------------------------------
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