Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit aee129d

Browse files
committed
oprom을 -Os 대신 -O2 로 컴파일
1 parent ed5387f commit aee129d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MPY_CROSS_FLAGS += -mcache-lookup-bc
3333
ifeq ($(DEBUG), 1)
3434
CFLAGS += -O0 -ggdb
3535
else
36-
CFLAGS += -Os -DNDEBUG
36+
CFLAGS += -O2 -DNDEBUG
3737
endif
3838

3939

0 commit comments

Comments
 (0)