This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
webserver
forked from
pEp.foundation/webserver
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Libs to link
master
David Lanzendörfer
8 months ago
parent
292fd5e66e
commit
7653d74e48
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
=
c14
CXXFLAGS
+=
-I
$(
BOOST_INCLUDE
)
-std
=
c++14
LDFLAGS
+=
$(
BOOST_LIB
)
/libboost_regex.a
$(
BOOST_LIB
)
/libboost_filesystem.a
LDFLAGS
+=
-lboost_chrono -lboost_date_time -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_thread
i
f
d
e
f
N
D
E
B
U
G
CFLAGS
+=
-O3 -DNDEBUG -fvisibility
=
hidden
Write
Preview
Loading…
Cancel
Save