mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix -O flag
This commit is contained in:
parent
9ad02e2b83
commit
90dc4e448d
@ -16,7 +16,7 @@ BUILD_DIR=build
|
|||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
CFLAGS = -O0 -g -DPENDSV_DEBUG
|
CFLAGS = -O0 -g -DPENDSV_DEBUG
|
||||||
else
|
else
|
||||||
CFLAGS = -Os -g
|
CFLAGS = -O2 -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Compiler Flags
|
# Compiler Flags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user