forked from mirror-github-bspeice/flam3
got rid of compile warnings, added -Wall to AM_CFLAGS for now
This commit is contained in:
+1
-1
@@ -360,7 +360,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||
SVN_DEF = -D'SVN_REV="$(shell svnversion -n .)"'
|
||||
AM_CFLAGS = -g -O2 -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -fvect-cost-model -ftree-partial-pre -fipa-cp-clone -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" $(SVN_DEF)
|
||||
AM_CFLAGS = -g -O2 -Wall -finline-functions -funswitch-loops -fpredictive-commoning -fgcse-after-reload -fvect-cost-model -ftree-partial-pre -fipa-cp-clone -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" $(SVN_DEF)
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
man1_MANS = flam3-animate.man flam3-genome.man flam3-render.man flam3-convert.man
|
||||
lib_LTLIBRARIES = libflam3.la
|
||||
|
||||
Reference in New Issue
Block a user