This commit is contained in:
Tony Wasserka 2018-07-20 03:26:27 +00:00 committed by GitHub
commit 82c7644f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,10 @@ INCLUDES := include
ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork
DEFINES := -D__BPMP__ -DFUSEE_STAGE1_SRC DEFINES := -D__BPMP__ -DFUSEE_STAGE1_SRC
ifeq ($(FUSEE_I_KNOW_WHAT_I_AM_DOING),1)
DEFINES += -DI_KNOW_WHAT_I_AM_DOING
endif
CFLAGS := \ CFLAGS := \
-g \ -g \
-O2 \ -O2 \