diff options
Diffstat (limited to '')
-rw-r--r-- | sw/z80/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/z80/makefile b/sw/z80/makefile index 2eb4713..5047824 100644 --- a/sw/z80/makefile +++ b/sw/z80/makefile @@ -23,6 +23,7 @@ CFLAGS := -mz80 \ -DDEBUG LDFLAGS := -mz80 --no-std-crt0 crt0.rel \ + --std-c89 -pedantic \ --code-loc 0x0800 --data-loc 0x8000 .PHONY: dirs dis clean |