projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e0b882
)
If CFLAGS is not set externally, use optimization!
author
c vw
<dl1ycf@darc.de>
Fri, 21 Aug 2020 14:51:39 +0000
(16:51 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 21 Aug 2020 14:51:39 +0000
(16:51 +0200)
Makefile.mac
patch
|
blob
|
history
diff --git
a/Makefile.mac
b/Makefile.mac
index 837f4612f790e9bbe32d8d59fed2f5e32dab5605..d5d0cd19273a61d26b835a02e57f44a0a976360c 100644
(file)
--- a/
Makefile.mac
+++ b/
Makefile.mac
@@
-32,7
+32,7
@@
MIDI_INCLUDE=MIDI
# uncomment the line below for various debug facilities
#DEBUG_OPTION=-D DEBUG
-CFLAGS?= -
g
-Wno-deprecated-declarations
+CFLAGS?= -
O
-Wno-deprecated-declarations
ifeq ($(CONTROLLER2_V2_INCLUDE),CONTROLLER2_V2)
CONTROLLER2_OPTIONS=-D CONTROLLER2_V2