Ensure debug build by default

This commit is contained in:
Adam Demasi 2024-09-16 18:47:19 +09:30
parent 331e17995d
commit c92c037228
No known key found for this signature in database
GPG key ID: 5D3B26B3D58C7D91

View file

@ -1,4 +1,5 @@
export SIGN ?= 0 export SIGN ?= 0
export DEBUG ?= 1
all: all:
+$(MAKE) -C LegacyUpdate +$(MAKE) -C LegacyUpdate