mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Avoid errors after missing INCLUDE with -MG (#1627)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
PUSHC
|
||||
PUSHO
|
||||
PUSHS
|
||||
SECTION "test", WRAM0
|
||||
UNION
|
||||
INCLUDE "does not exist"
|
||||
ENDU
|
||||
POPS
|
||||
POPO
|
||||
POPC
|
||||
@@ -0,0 +1 @@
|
||||
-Weverything -M /dev/null -MG
|
||||
Reference in New Issue
Block a user