aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGareth McMullin2012-06-25 21:19:09 +1200
committerGareth McMullin2012-06-25 21:19:09 +1200
commit0e768664ac3c060c9a578f611a4c9d51cf3b2131 (patch)
tree18ad0c7b707dba4624518b3f695a1e51c3bce8fe /src/Makefile
parentb0d41d155a28d561f32c4a053d78cad1586a398b (diff)
Added 'vector_catch' command to control trapped vectors on Cortex-M.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index b0933ec..54a63f7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,6 +5,7 @@ VPATH += $(PLATFORM_DIR)
BUILDDATE := `date +"%Y%m%d"`
CFLAGS += -Wall -Wextra -Wno-pointer-sign -Wno-char-subscripts\
+ -Wno-sign-compare \
-O2 -std=gnu99 -g3 -DBUILDDATE=\"$(BUILDDATE)\"\
-I. -Iinclude -I$(PLATFORM_DIR) \
-DVERSION_SUFFIX=\"`../scripts/setlocalversion`\" -MD