Cumulative patch for pic16 port
[fw/sdcc] / device / lib / pic16 / startup / Makefile
index 1c2f2eb8be9c1a10f615ccfbc81a9fdcfd5726dd..ba2b341be320cf33517ae6fd6eb9742f33fba293 100644 (file)
@@ -22,6 +22,7 @@ SRCS  =       crt0    \
 
 
 # add nostdinc and nostdlib for this device libraries
+COMPILE_FLAGS  += --no-peep --pomit-config-words --pomit-ivt
 COMPILE_FLAGS  += $(MODELFLAGS) --nostdinc --nostdlib
 
 CFILES = $(patsubst %,%.c,$(SRCS))