synth/.ccls

30 lines
1.3 KiB
Plaintext

clang
%c -std=gnu11 -fno-fat-lto-objects -Os -Wall -ffunction-sections -fdata-sections -flto -mmcu=atmega32u4
%cpp -fno-exceptions -fno-threadsafe-statics -fpermissive -std=gnu++11 -Os -Wall -ffunction-sections -fdata-sections -flto -mmcu=atmega32u4
-I/home/loooph/synth/include
-I/home/loooph/synth/src
-I/home/loooph/.platformio/packages/framework-arduino-avr/cores/arduino
-I/home/loooph/.platformio/packages/framework-arduino-avr/variants/micro
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/HID/src
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/SPI/src
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src
-I/home/loooph/.platformio/packages/framework-arduino-avr/libraries/Wire/src
-I/home/loooph/.platformio/packages/toolchain-atmelavr/lib/gcc/avr/5.4.0/include-fixed
-I/home/loooph/.platformio/packages/toolchain-atmelavr/lib/gcc/avr/5.4.0/include
-I/home/loooph/.platformio/packages/toolchain-atmelavr/avr/include
-I/home/loooph/.platformio/packages/tool-unity
-DPLATFORMIO=50101
-DARDUINO_AVR_MICRO
-DF_CPU=16000000L
-DARDUINO_ARCH_AVR
-DARDUINO=10808
-DUSB_VID=0x2341
-DUSB_PID=0x8037
-DUSB_PRODUCT="Arduino Micro"
-DUSB_MANUFACTURER="Arduino"
-D__AVR_ATmega32U4__