Fake some useful compiler flags
This commit is contained in:
parent
6c1c5e0344
commit
b0ad504761
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ CC=clang
|
||||||
CXX=clang++
|
CXX=clang++
|
||||||
|
|
||||||
CFLAGS=-Wall -Wextra -Wpedantic -Wno-gnu -mmacosx-version-min=10.9 -F/Library/Frameworks
|
CFLAGS=-Wall -Wextra -Wpedantic -Wno-gnu -mmacosx-version-min=10.9 -F/Library/Frameworks
|
||||||
CFLAGS += -DARDUINO=10808 -D__MK20DX256__
|
CFLAGS += -DARDUINO=10808 -DTEENSYDUINO=146 -D__MK20DX256__ -DUSB_MIDI
|
||||||
|
|
||||||
RELEASE ?= 0
|
RELEASE ?= 0
|
||||||
ifeq ($(RELEASE), 1)
|
ifeq ($(RELEASE), 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue