summaryrefslogtreecommitdiffstats
path: root/tests/test_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_install.sh')
-rwxr-xr-xtests/test_install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_install.sh b/tests/test_install.sh
index 2e1a5a5..f9de402 100755
--- a/tests/test_install.sh
+++ b/tests/test_install.sh
@@ -2,7 +2,6 @@
set -e
make="make -C $lz4_root"
-$make CFLAGS=-O0 > /dev/null
for cmd in install uninstall; do
for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do
lower=$(echo $upper | tr '[:upper:]' '[:lower:]')