Hello, Currently -Wall is added to most of the CFLAGS, and sometimes -ansi and -pedantic are added. I think that it is bad, setting CFLAGS (except for -I) should be left to the user compiling elektra (or the packager) and ./configure. This for 2 reasons: * for portability (those flags may break some compilers) * to left the choice to the use compiling elektra. For example a user may ant to set -Werror but not -Wall
If you agree I can take care of removing the unneeded flags. If you really want to always use some flags, just add CFLAGS to your environemnt, like export CFLAGS='-g -O2 -Wall' -- Pat ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Registry-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/registry-list
