diff --git a/util/wren.mk b/util/wren.mk index 52375b0c..b48f5ca1 100644 --- a/util/wren.mk +++ b/util/wren.mk @@ -46,7 +46,7 @@ ifeq ($(MODE),debug) BUILD_DIR := $(BUILD_DIR)/debug else WREN += wren - C_OPTIONS += -Os + C_OPTIONS += -O3 BUILD_DIR := $(BUILD_DIR)/release endif