Abuse: disable optimizations to fix if (this) hacks

This commit is contained in:
Emery Hemingway
2018-06-02 19:21:00 +02:00
parent 739df3bdbb
commit 51d6573700

View File

@@ -53,3 +53,6 @@ abuse.tar:
$(VERBOSE) tar cf $@ -C $(ABUSE_DIR)/data .
CC_CXX_WARN_STRICT =
# A hack to make (this == NULL) work again.
CC_OLEVEL = -O0