Fake some useful compiler flags

This commit is contained in:
John Stäck 2019-06-24 15:39:36 +02:00
parent 6c1c5e0344
commit b0ad504761

View file

@ -2,7 +2,7 @@ CC=clang
CXX=clang++
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
ifeq ($(RELEASE), 1)