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
boost from MacPorts
pull/1/head
Volker Birk
2 years ago
parent
7c7f53be0d
commit
7493baa951
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -13,7 +13,7 @@ CC?=cc
CXX
?=
c++
CFLAGS
+=
-std
=
c11
CXXFLAGS
+=
-I
$(
BOOST_INCLUDE
)
-std
=
c++11
LDFLAGS
+=
$(
BOOST_LIB
)
/libboost_regex.a
$(
BOOST_LIB
)
/libboost_filesystem.a
LDFLAGS
+=
-L
$(
BOOST_LIB
)
-lboost_regex-mt -lboost_filesystem-mt
i
f
d
e
f
N
D
E
B
U
G
CFLAGS
+=
-O3 -DNDEBUG -fvisibility
=
hidden
Write
Preview
Loading…
Cancel
Save