summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-04-03 16:17:13 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-04-03 16:17:13 -0700
commit3f6d524d2d68c3a7607a8548cb61b5496862cf51 (patch)
treeb1b9c16f22473ba6a7e9564c804aa2dd3e5fb53f
parentfcd867d01bfec7c6c1a2bdc4639f1a6b924e4fff (diff)
parentff4db57328034807fd2fd2dda7f80c67a5f50bf1 (diff)
downloadjerasure-3f6d524d2d68c3a7607a8548cb61b5496862cf51.tar.gz
Merged in dwglessner/jerasure/pull-#9-cleanup (pull request #15)
AM_CFLAGS and typo cleanup
-rw-r--r--Examples/Makefile.am2
-rw-r--r--README2
-rw-r--r--src/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/Examples/Makefile.am b/Examples/Makefile.am
index 033f7d5..54ce861 100644
--- a/Examples/Makefile.am
+++ b/Examples/Makefile.am
@@ -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 \
diff --git a/README b/README
index f48b3dc..77d596c 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ The Examples directory contains the example programs.
------------------------------------------------------------
-If you do have Autoconf 2.65 or later installed, you can simply build
+If you do not have Autoconf 2.65 or later installed, you can simply build
from the tarball distribution:
http://www.kaymgee.com/Kevin_Greenan/Software_files/jerasure.tar.gz
diff --git a/src/Makefile.am b/src/Makefile.am
index 790ad5d..070f545 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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