forked from colin121/x264-dsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clangd
41 lines (41 loc) · 912 Bytes
/
.clangd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
CompileFlags:
Add:
- -undef
- -D__interrupt=
- -Dnear=
- -Dfar=
- -D__cregister=
- -D__asm=asm
- -D__TI_COMPILER_VERSION__=7004024
- -D__DATE__='mmmm dd yy'
- -D__FILE__='file.c'
- -D__TIME__=HH:MM:SS
- -D__TMS320C6X__=1
# - -D__TMS320C6600__=1
# - -D__TMS320C6740__=1
- -D__TMS320C64_PLUS__=1
- -D__TMS320C6400_PLUS__=1
- -D_TMS320C6400=1
- -D_TMS320C6400_PLUS=1
- -D__DSBT__=1
- -D__SIZE_T_TYPE__=int
- -D__WCHAR_T_TYPE__=int
- -D__PTRDIFF_T_TYPE__=int
- -D__int40_t=int
- -nostdinc
- -nostdinc++
- -std=gnu89
- -isysroot/opt/ccstudio/ccs/tools/compiler/c6000_7.4.24
- -iwithsysroot/include
# https://github.com/clangd/clangd/issues/2249
- -I.
- -I..
- -DHAVE_CONFIG_H=1
Remove:
- -I=*
- --define=*
- --preproc_*
- --cmd_file=*
- --gcc
- --output_file=*