mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-25 18:58:37 +00:00
fusee: Allow declaring yourself knowledgeable via an environment variable
This commit is contained in:
parent
ad636f7216
commit
14aee373bc
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue