Fixes for the watcom makefiles:
* Increase the stack size to 64K (instead of 4096). This solves a
memory overwrite problem with the DOS version.
* Generate a mapfile, but set it to "ignored" in svn.
* Be somewhat more specific in zap.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4273 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -20,7 +20,7 @@ LD = $(WINE) wlink
|
||||
LIB = common.lib
|
||||
|
||||
# Program arguments
|
||||
CFLAGS = -d1 -onatx -zp4 -5 -zq -w2
|
||||
CFLAGS = -d1 -obeilr -zp4 -5 -zq -w2
|
||||
|
||||
# Create NT programs by default
|
||||
ifndef TARGET
|
||||
|
||||
Reference in New Issue
Block a user