pebble-tijd/compile_commands.json

59 lines
1.7 KiB
JSON
Raw Normal View History

2026-06-21 21:33:28 +02:00
[
{
"directory": "/home/collin/Documents/tijd",
"file": "/home/collin/Documents/tijd/src/c/tijd.c",
"arguments": [
"/home/collin/.local/share/pebble-sdk/SDKs/current/toolchain/arm-none-eabi/bin/arm-none-eabi-gcc",
"-std=c99",
"-mcpu=cortex-m3",
"-mthumb",
"-ffunction-sections",
"-fdata-sections",
"-fcommon",
"-g",
"-fPIE",
"-Os",
"-D_TIME_H_",
"-Dtime_t=long",
"-Wall",
"-Wextra",
"-Werror",
"-Wno-unused-parameter",
"-Wno-error=unused-function",
"-Wno-error=unused-variable",
"-Wno-error=builtin-declaration-mismatch",
"-Wno-error=format-truncation",
"-Wno-error=expansion-to-defined",
"-Wno-error=zero-length-bounds",
"-Wno-error=cast-function-type",
"-Wno-error=unused-value",
"-DRELEASE",
"-DPBL_PLATFORM_EMERY",
"-DPBL_COLOR",
"-DPBL_RECT",
"-DPBL_MICROPHONE",
"-DPBL_SMARTSTRAP",
"-DPBL_HEALTH",
"-DPBL_SMARTSTRAP_POWER",
"-DPBL_COMPASS",
"-DPBL_TOUCH",
"-DPBL_RGB_BACKLIGHT",
"-DPBL_SPEAKER",
"-DPBL_DISPLAY_WIDTH=200",
"-DPBL_DISPLAY_HEIGHT=228",
"-DPBL_SDK_3",
"-I/home/collin/.local/share/pebble-sdk/SDKs/current/sdk-core/pebble/emery/include",
"-I/home/collin/Documents/tijd",
"-I/home/collin/Documents/tijd/src",
"-I/home/collin/Documents/tijd/src/c",
"-I/home/collin/Documents/tijd/build/include",
"-I/home/collin/Documents/tijd/build/emery",
"-I/home/collin/Documents/tijd/build/emery/src",
"-c",
"/home/collin/Documents/tijd/src/c/tijd.c",
"-o",
"build/emery/src/c/tijd.c.o"
]
}
]