On 06/05/2014, at 8:40 AM, srean wrote: > > > > Is there a flag to turn the warnings on, they have been very helpful on > > occasions. > > You can add a flag manually when building Felix programs like: > > flx -fsome-flag fred.flx > > However there's no way to add flags to the build of Felix itself, > except by editing and recompiling the build code. > > That seems eminently reasonable. >
The basic concept is "no options". More precisely, every set of flags etc is a separate target, i.e. a complete system. So you can have an optimised build, a debugging build, a developer build, a build using an alternate compiler, or any number of cross compilation targets. Adding flags to just some components would lead to doubt an instability. -- john skaller skal...@users.sourceforge.net http://felix-lang.org ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language