Skip to content

Commit

Permalink
fixed match finder wihout #define LZ5_RESET_MEM
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Aug 16, 2016
1 parent 3e2bfda commit 95a8be6
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 105 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Directories
_lz5bench/
_codelite/
_visual/
cmake_unofficial/
contrib/
debian/
Expand Down
34 changes: 17 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@ language: c
matrix:
fast_finish: true
include:
- dist: trusty
sudo: required
addons:
apt:
packages:
- valgrind
env: Ubu="14.04" PARAMS='-C programs test-mem MOREFLAGS=-DLZ5_RESET_MEM' COMPILER=cc
- dist: trusty
sudo: required
addons:
apt:
packages:
- valgrind
env: Ubu="14.04" PARAMS=sanitize COMPILER=clang
# OS X Mavericks
- os: osx
env: Ubu="OS X Mavericks" PARAMS='-C programs test-lz5 CC=clang MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion"' COMPILER=clang
# Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
- os: linux
sudo: false
Expand All @@ -42,6 +31,20 @@ matrix:
sudo: false
env: Ubu="12.04cont" PARAMS='-C programs test-frametest' COMPILER=cc
# 14.04 LTS Server Edition 64 bit
- dist: trusty
sudo: required
addons:
apt:
packages:
- valgrind
env: Ubu="14.04" PARAMS='-C programs test-mem MOREFLAGS=-DLZ5_RESET_MEM' COMPILER=cc
- dist: trusty
sudo: required
addons:
apt:
packages:
- valgrind
env: Ubu="14.04" PARAMS=sanitize COMPILER=clang
- dist: trusty
sudo: required
addons:
Expand Down Expand Up @@ -123,9 +126,6 @@ matrix:
- libc6-dev-i386
- gcc-multilib
env: Ubu="14.04" PARAMS='-C programs test-frametest32' COMPILER=cc
# OS X Mavericks
- os: osx
env: Ubu="OS X Mavericks" PARAMS='-C programs test-lz5 CC=clang MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion"' COMPILER=clang

script:
- echo PARAMS=$PARAMS
Expand Down
2 changes: 0 additions & 2 deletions lib/lz5common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ extern "C" {
#define HEAPMODE 0
#endif

#define LZ5HC_HEAPMODE 0


/*
* ACCELERATION_DEFAULT :
Expand Down
Loading

0 comments on commit 95a8be6

Please sign in to comment.