Abuse: disable optimizations to fix if (this) hacks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user