Skip to content

Commit

Permalink
Include global configuration header on a per-file basis.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergegadeyne committed May 4, 2015
1 parent b5aebb0 commit ebf97e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ CFLAGS=-I$(PREFIX)/include -Iinclude -Imodules -Wall -Wdeclaration-after-stateme
CFLAGS+= -Wconversion
# request from Toon
CFLAGS+= -Wcast-align
# Let the C preprocessor include configuration header in every source file
CFLAGS += -include pico_config.h

ifeq ($(DEBUG),1)
CFLAGS+=-ggdb
Expand Down

0 comments on commit ebf97e4

Please sign in to comment.