summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-16 12:34:03 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-16 12:34:03 (GMT)
commit9e92bee0443b45efa3de6b71f51863e8d66ead20 (patch)
treea55fa7daa84eaf131cfc2ff78efe3788ca1c6813 /Makefile
parent2ed9dcc900a8a662a52d11968baf27f61a9bedd3 (diff)
downloadlz4-9e92bee0443b45efa3de6b71f51863e8d66ead20.zip
lz4-9e92bee0443b45efa3de6b71f51863e8d66ead20.tar.gz
lz4-9e92bee0443b45efa3de6b71f51863e8d66ead20.tar.bz2
stronger arm tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a9990df..88c4016 100644
--- a/Makefile
+++ b/Makefile
@@ -110,8 +110,8 @@ staticAnalyze: clean
scan-build --status-bugs -v $(MAKE) all CFLAGS=-g
armtest: clean
- cd lib; $(MAKE) -e all CC=arm-linux-gnueabi-gcc CFLAGS="-O3 -Werror"
- cd programs; $(MAKE) -e bins CC=arm-linux-gnueabi-gcc CFLAGS="-O3 -Werror"
+ cd lib; $(MAKE) -e all CC=arm-linux-gnueabi-gcc CPPFLAGS="-Werror"
+ cd programs; $(MAKE) -e bins CC=arm-linux-gnueabi-gcc CPPFLAGS="-Werror"
streaming-examples:
cd examples; $(MAKE) -e test