Commit 7db30802 authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

[t:4635] removing an artifact that john put in to disbale compression for...

[t:4635] removing an artifact that john put in to disbale compression for tokufs. with the new, run-time configurable compression system, a compile time hack is no longer necessary.


git-svn-id: file:///svn/toku/tokudb@41613 c7de825b-a66e-492c-adef-691d508d4ae1
parent 91891cbb
......@@ -7,11 +7,6 @@ ifneq ($(COMBINE),0)
COMBINE=1
endif
COMPRESS = 1
ifneq ($(COMPRESS), 1)
CFLAGS += -DTOKU_CONFIG_NO_COMPRESSION
endif
#TODO: Replace DEPEND_COMPILE with auto-dependancy generation.
DEPEND_COMPILE += \
$(wildcard *.h) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment