diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-12 17:43:36 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 12:02:10 +0200 |
commit | 97efa6112f221ca9dd04bbee8d9406b5ddc67678 (patch) | |
tree | 35180c59778b05b1398bc401704be9eaeda49d02 | |
parent | 7aed41f1bdfc76eae902d289fce699b8fde40871 (diff) |
Use compile generated DB instead of this file
Change-Id: I4734103e3820a98decc44bd66c9ed682141b423c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | .ycm_extra_conf.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py deleted file mode 100644 index 26b1fc5f..00000000 --- a/.ycm_extra_conf.py +++ /dev/null @@ -1,12 +0,0 @@ -def FlagsForFile( filename, **kwargs ): - return { - 'flags': [ '-x', 'c++', '-Wall', '-Wextra', '-Werror', '-std=c++11', -'-DPB_FIELD_16BIT', '-D_REENTRANT', "-I/usr/include/json-c", -"-I/opt/include", -"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/ini-config", -"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/openxc-message-format/gen/cpp", -"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/openxc-message-format/../nanopb", -"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/uds-c/src", -"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/isotp-c/src", -"-I/home/claneys/Workspace/Sources/IOTbzh/low-level-can-service/CAN-binder/libs/bitfield-c/src" ], - } |