Debug builds no longer use the ACYCS nonsense.
This commit is contained in:
@@ -298,7 +298,7 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(DEBUG), y)
|
ifeq ($(DEBUG), y)
|
||||||
DFLAGS += -ggdb -DDEBUG -DUSE_ACYCS
|
DFLAGS += -ggdb -DDEBUG
|
||||||
AOPTIM :=
|
AOPTIM :=
|
||||||
ifndef COPTIM
|
ifndef COPTIM
|
||||||
COPTIM := -Og
|
COPTIM := -Og
|
||||||
|
Reference in New Issue
Block a user