From 970bbb473c81975d3c7366260c8228fd4fcc8c4d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 9 Mar 2023 09:16:12 -0500 Subject: linting; reduce msp430 binary size --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e75d76..624863d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CXXFLAGS += -std=c++17 -g3 -ggdb -O0 \ - -Wall -Wextra -pedantic -Werror \ - -fno-exceptions -fno-rtti #-fstack-usage + -pedantic -Wall -Wextra -Werror -Weffc++ \ + -fno-exceptions -fno-threadsafe-statics -fno-rtti #-fstack-usage CXXFILES := $(wildcard libalee/*.cpp) OBJFILES := $(subst .cpp,.o,$(CXXFILES)) -- cgit v1.2.3