summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Demo/PIC18_SDCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/PIC18_SDCC/Makefile b/Demo/PIC18_SDCC/Makefile
index f6c5d149..b98f88c8 100644
--- a/Demo/PIC18_SDCC/Makefile
+++ b/Demo/PIC18_SDCC/Makefile
@@ -75,7 +75,7 @@ VPATH=$(SOURCE_PATH):$(PORT_PATH):$(DEMO_PATH):$(COMMON_DEMO_PATH)/Minimal
# Setup Compilers and linker FLAGS
SDCC_CFLAGS= -m$(ARCH) -p$(DEVICE) -I. -I$(SOURCE_PATH)/include -I$(COMMON_DEMO_PATH)/include \
- -DSDCC_PIC18 --debug --mplab-comp --pstack-model=large
+ -DSDCC_PIC18 --debug --mplab-comp --pstack-model=large --model-large
GPASM_CFLAGS= -g
LDFLAGS= -s $(DEVICE).lkr --map -I$(PIC16_LIB_PATH)