On 4/3/09 6:58 AM, Pavol Misik wrote: > I'm not good at makefiles and Moziila Build system. > How can I add _/analyze_ to build all c++ files with?
Without annotations, what will -analyze do? In any case, to answer your question, add the following to your mozconfig file: export CFLAGS=-analyze export CXXFLAGS=-analyze --BDS _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
