diff --git a/Makefile b/Makefile index 3734d12bb..af2e0f1fe 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ O3 := -O3 -mtune=native ALL_DEBUG := $(O0) -ggdb -DDEBUG NO_DEBUG := $(O2) -ggdb DEBUG := $(ALL_DEBUG) -CURVER ?= 3.0.0 +CURVER ?= 3.0.0.e #export DEBUG #export EXTRALINK export MAKE