Merge pull request #16 from Trasselfrisyr/compilerthings
Clever compiler tricks
This commit is contained in:
commit
7505cd21c2
5 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue