projects
/
giada.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c2036c
)
d/rules: Update CXXFLAGS
author
Dennis Braun
<d_braun@kabelmail.de>
Mon, 24 Aug 2020 17:50:30 +0000
(19:50 +0200)
committer
Dennis Braun
<d_braun@kabelmail.de>
Mon, 24 Aug 2020 17:50:30 +0000
(19:50 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 88dd9811b82c903023fe2ab5300d3ebc27b8fe14..6bae5e033bbb4bd8aeb1aa0478075bf5932bf4c2 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-12,7
+12,7
@@
endif
JUCE_VERSION := $(shell dpkg-query --show --showformat='$${source:Version}' juce-modules-source)
CPPFLAGS+=-DBUILD_DATE='"$(BUILD_DATE)"'
-CXXFLAGS+=-std=c++1
4
-Wno-error
+CXXFLAGS+=-std=c++1
7
-Wno-error
LIBS=$(shell pkg-config --libs libjpeg libpng libcurl)
# JUCE (used by giada) uses some c++11 features requiring atomic_store_8 and