Remove clangd.zsh
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
/.clangd
|
/.clangd
|
||||||
/.lock-waf*
|
/.lock-waf*
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
|
/node_modules
|
||||||
|
|||||||
-20
@@ -1,20 +0,0 @@
|
|||||||
#!/usr/bin/env zsh
|
|
||||||
echo "CompileFlags:
|
|
||||||
Add:
|
|
||||||
[
|
|
||||||
-DPBL_DISPLAY_WIDTH=200,
|
|
||||||
-DPBL_DISPLAY_HEIGHT=228,
|
|
||||||
-xc,
|
|
||||||
-nostdinc,
|
|
||||||
-DPBL_COLOR,
|
|
||||||
-DPBL_RECT,
|
|
||||||
-I${HOME}/.pebble-sdk/SDKs/current/sdk-core/pebble/emery/include,
|
|
||||||
-include$(pwd)/build/include/message_keys.auto.h,
|
|
||||||
-I$(pwd)/build/emery,
|
|
||||||
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/stdint.h,
|
|
||||||
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/stdlib.h,
|
|
||||||
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/time.h,
|
|
||||||
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/string.h,
|
|
||||||
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/lib/gcc/arm-none-eabi/14.2.1/include/stddef.h,
|
|
||||||
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/lib/gcc/arm-none-eabi/14.2.1/include/stdbool.h,
|
|
||||||
]" > ./.clangd
|
|
||||||
Reference in New Issue
Block a user