summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 77b5647..ae30bf0 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,6 @@ ifeq (, $(findstring -O, $(USER_CFLAGS)))
endif
ifneq (, $(findstring DUPB_USE_JIT_X64, $(USER_CFLAGS)))
- ifeq (, $(findstring DNDEBUG, $(USER_CFLAGS)))
- $(error "JIT only works with -DNDEBUG enabled!")
- endif
USE_JIT=true
endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback