Skip to content

Commit

Permalink
Merge pull request #1 from InverseInductor/master
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
kenzanin authored Mar 12, 2018
2 parents 3d67826 + de6a18d commit 9279b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CFLAGS += -Wall -Wstrict-prototypes
CFLAGS += -Wa,-adhlns=$(<:.c=.lst)
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
CFLAGS += $(CSTANDARD)
CFLAGS += -gdrawf-2
CFLAGS += -gdwarf-2
CFLAGS += -gstrict-dwarf

#---------------- Assembler Options ----------------
Expand Down

0 comments on commit 9279b42

Please sign in to comment.