This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
debug options
LPA-1
Volker Birk
4 years ago
parent
d64b492c88
commit
4b919191e2
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
@ -6,7 +6,7 @@ include Makefile.conf
TARGET
?=
libpEpAdapter.a
PEPENGINE_IN
?=
$(
HOME
)
CXXFLAGS
+=
-I
$(
HOME
)
/include -std
=
c++14
CXXFLAGS
+=
-I
$(
HOME
)
/include -std
=
c++14
-O0 -g
SOURCE
=
$(
wildcard *.cc
)
OBJECTS
=
$(
subst .cc,.o,
$(
SOURCE
)
)
Write
Preview
Loading…
Cancel
Save