Remove -O3, -fPIC, $(INCLUDES) from AM_CFLAGS.

They aren't needed, and can be harmful if they override user selection.
master
David Glessner 2014-03-28 22:13:18 -05:00
parent fcd867d01b
commit a1f2d201d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Jerasure AM file
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC $(INCLUDES)
AM_CFLAGS = $(SIMD_FLAGS)
bin_PROGRAMS = jerasure_01 \
jerasure_02 \

View File

@ -1,7 +1,7 @@
# Jerasure AM file
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = -O3 $(SIMD_FLAGS) -fPIC $(INCLUDES)
AM_CFLAGS = $(SIMD_FLAGS)
lib_LTLIBRARIES = libJerasure.la
libJerasure_la_SOURCES = galois.c jerasure.c reed_sol.c cauchy.c liberation.c