This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
add ../include to YCM config
Change-Id: Ibf368215ee9b3fffae5ffa12dd919a83fd14c360
changes/63/21163/2
Richard Fuchs
8 years ago
parent
2c5a358e1c
commit
68e8092098
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/.ycm_extra_conf.py
+ 1
- 0
daemon/.ycm_extra_conf.py
View File
@ -22,6 +22,7 @@ flags = [
'
-pthread
'
,
'
-pthread
'
,
'
-I../kernel-module/
'
,
'
-I../kernel-module/
'
,
'
-I../lib/
'
,
'
-I../lib/
'
,
'
-I../include/
'
,
'
-D_GNU_SOURCE
'
,
'
-D_GNU_SOURCE
'
,
'
-D__DEBUG=1
'
,
'
-D__DEBUG=1
'
,
'
-D__YCM=1
'
,
'
-D__YCM=1
'
,
Write
Preview
Loading…
Cancel
Save