File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1262,7 +1262,7 @@ $(OBJDIR)/%.s: %.ino $(COMMON_DEPS) | $(OBJDIR)
12621262
12631263$(OBJDIR ) /% .s : % .cpp $(COMMON_DEPS ) | $(OBJDIR )
12641264 @$(MKDIR ) $(dir $@ )
1265- $(CXX ) -x c++ -include $( ARDUINO_HEADER ) - MMD -S -fverbose-asm $(CPPFLAGS ) $(CXXFLAGS ) $< -o $@
1265+ $(CXX ) -x c++ -MMD -S -fverbose-asm $(CPPFLAGS ) $(CXXFLAGS ) $< -o $@
12661266
12671267# core files
12681268$(OBJDIR ) /core/% .c.o : $(ARDUINO_CORE_PATH ) /% .c $(COMMON_DEPS ) | $(OBJDIR )
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ A Makefile for Arduino Sketches
44The following is the rough list of changes that went into different versions.
55I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
66
7+ ### In Development
8+ - Fix: Do not include the Arduino header when calling generate_assembly on .cpp files. (https://github.com/Batchyx )
9+
710### 1.5.2 (2017-01-11)
811
912- New: Add LTO support for users with avr-gcc > 4.9 (issue #446 & #456 ) (https://github.com/sej7278 )
You can’t perform that action at this time.
0 commit comments