X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Fexamples%2Fmcs51%2Fclock%2FMakefile;h=c44b45985f26476cc05152698552b8c9c1403bcf;hb=551c79b5ebc0f200fd0956e911b69ca59f1c337a;hp=f72f6251eb65a7f46b6acb877f747509af6423c4;hpb=c00cbb86e17a7d99ed213dfd73e80cc6a1bfe384;p=fw%2Fsdcc diff --git a/device/examples/mcs51/clock/Makefile b/device/examples/mcs51/clock/Makefile index f72f6251..c44b4598 100755 --- a/device/examples/mcs51/clock/Makefile +++ b/device/examples/mcs51/clock/Makefile @@ -1,7 +1,7 @@ CC = sdcc #CFLAGS = -V -MFLAGS = --model-small --stack-after-data -#MFLAGS = --model-large --stack-after-data +MFLAGS = --model-small --debug +#MFLAGS = --model-large LFLAGS = --xram-loc 0x4000 --code-loc 0x0000 all: clock.bin