Skip to content

Commit

Permalink
reverts changes made in electro-smith#427, and removes extraneous unu…
Browse files Browse the repository at this point in the history
…sed if statement. (electro-smith#428)

Co-authored-by: stephenhensley <stephen.p.hensley@gmail.com>
  • Loading branch information
stephenhensley and stephenhensley authored Oct 26, 2021
1 parent e1af214 commit 0465a2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,7 @@ endif

CFLAGS = $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -Wno-missing-attributes -fasm -fdata-sections -ffunction-sections -Wno-stringop-overflow

ifeq ($(DEBUG), 1)
#CFLAGS += -g -gdwarf-2
CFLAGS += -g -ggdb
endif

# Generate dependency information
CFLAGS += -MMD -MP -MF"$(@:%.o=%.d)"
Expand Down

0 comments on commit 0465a2d

Please sign in to comment.