mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 16:42:14 +02:00
fusee: Allow declaring yourself knowledgeable via an environment variable
This commit is contained in:
parent
ad636f7216
commit
14aee373bc
@ -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…
Reference in New Issue
Block a user