summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 08:48:01 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-08 08:48:01 (GMT)
commitc201327f14debdec7572f297eeae195c510e6a9f (patch)
treecf02e8d6a8234676a31b4066a80ca9c8f9c4fbfc /Makefile
parent0f73ed5726d1d9fac33f00a4440b2e3953fb5bd6 (diff)
downloadlz4-c201327f14debdec7572f297eeae195c510e6a9f.zip
lz4-c201327f14debdec7572f297eeae195c510e6a9f.tar.gz
lz4-c201327f14debdec7572f297eeae195c510e6a9f.tar.bz2
added platformTest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aeb2f4b..c54a4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -115,10 +115,10 @@ sanitize: clean
staticAnalyze: clean
scan-build --status-bugs -v $(MAKE) all CFLAGS=-g
-armtest: clean
- $(MAKE) -C $(LZ4DIR) all CC=arm-linux-gnueabi-gcc CFLAGS="-O3 -Werror"
- $(MAKE) -C $(PRGDIR) bins CC=arm-linux-gnueabi-gcc CFLAGS="-O3 -Werror"
- $(MAKE) -C $(TESTDIR) bins CC=arm-linux-gnueabi-gcc CFLAGS="-O3 -Werror"
+platformTest: clean
+ $(MAKE) -C $(LZ4DIR) all CFLAGS="-Werror -static -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith"
+ $(MAKE) -C $(PRGDIR) bins CFLAGS="-Werror -static -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith"
+ $(MAKE) -C $(TESTDIR) bins CFLAGS="-Werror -static -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith"
versionsTest: clean
$(MAKE) -C $(TESTDIR) $@