Skip to content
Snippets Groups Projects
Commit 3e411789 authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Warnings, yo.

parent 3b1b4abb
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ INCLUDES = -I. ...@@ -40,7 +40,7 @@ INCLUDES = -I.
# CPPFLAGS = compiler options for C and C++ # CPPFLAGS = compiler options for C and C++
CPPFLAGS = -Wall -Wno-sign-compare -Wno-strict-aliasing -g -Os -mcpu=cortex-m4 \ CPPFLAGS = -Wall -Wno-sign-compare -Wno-strict-aliasing -g -Os -mcpu=cortex-m4 \
-mthumb -nostdlib -MMD $(OPTIONS) $(INCLUDES) -mthumb -nostdlib -MMD -Werror $(OPTIONS) $(INCLUDES)
# compiler options for C++ only # compiler options for C++ only
CXXFLAGS = -std=gnu++0x -felide-constructors -fno-exceptions -fno-rtti CXXFLAGS = -std=gnu++0x -felide-constructors -fno-exceptions -fno-rtti
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment