This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
webserver
Watch
4
Star
0
Fork
2
Code
Issues
0
Pull Requests
1
Releases
5
Wiki
Activity
Browse Source
It has to be C++14
pull/2/head
David Lanzendörfer
7 months ago
parent
057362ec9d
commit
292fd5e66e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -11,8 +11,8 @@ BOOST_LIB?=$(PREFIX)/lib/
AR
?=
ar
CC
?=
cc
CXX
?=
c++
CFLAGS
+=
-std
=
c1
1
CXXFLAGS
+=
-I
$(
BOOST_INCLUDE
)
-std
=
c++1
1
CFLAGS
+=
-std
=
c1
4
CXXFLAGS
+=
-I
$(
BOOST_INCLUDE
)
-std
=
c++1
4
LDFLAGS
+=
$(
BOOST_LIB
)
/libboost_regex.a
$(
BOOST_LIB
)
/libboost_filesystem.a
i
f
d
e
f
N
D
E
B
U
G
Write
Preview
Loading…
Cancel
Save