-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.vimrc-broken
15 lines (14 loc) · 1.18 KB
/
.vimrc-broken
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
let g:ale_cpp_clang_options = '-c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR
\ -I../arduino/hardware/avr/1.6.23/cores/arduino
\ -I../arduino/hardware/avr/1.6.23/libraries/SPI/src
\ -I../arduino/hardware/avr/1.6.23/variants/standard
\ -I../arduino/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2/avr/include
\ -I../libraries/CAN_BUS_Shield-master
\ -I/Applications/Arduino.app/Contents/Java/libraries/SD/src'
let g:ale_cpp_gcc_options = '-c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10808 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR
\ -I../arduino/hardware/avr/1.6.23/cores/arduino
\ -I../arduino/hardware/avr/1.6.23/libraries/SPI/src
\ -I../arduino/hardware/avr/1.6.23/variants/standard
\ -I../arduino/tools/avr-gcc/5.4.0-atmel3.6.1-arduino2/avr/include
\ -I../libraries/CAN_BUS_Shield-master
\ -I/Applications/Arduino.app/Contents/Java/libraries/SD/src'