dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
202ad71
)
Fix problem with unsupported 'long long'
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Thu, 28 Jan 2016 17:46:19 +0000
(18:46 +0100)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Thu, 28 Jan 2016 17:46:19 +0000
(18:46 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 49b884a86fa2243a3864cad51420cfd273f44526..819b8844b2faffb01ae4a0243994bc0b0136e726 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-5,7
+5,9
@@
MOC = ${MOCDIR}/${MOCNAME}
#AM_CXXFLAGS= -Wall -pedantic -Wextra -fno-strength-reduce
#AM_CXXFLAGS = -m32
-AM_CXXFLAGS = -I$(top_srcdir)/src/global -I${QTDIR}/include/qt4 -pedantic -Wall -Wextra -DQT3_SUPPORT
+
+# @TODO: move --std=c++11 to the autoconf
+AM_CXXFLAGS = -I$(top_srcdir)/src/global -I${QTDIR}/include/qt4 -pedantic -Wall -Wextra -DQT3_SUPPORT --std=c++11
AM_LDFLAGS= -fPIC -L$(QTDIR)/lib -lQtCore -lQtGui -lQt3Support
EXTRA_DIST = \