-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcompile_commands.json
33 lines (33 loc) · 990 Bytes
/
compile_commands.json
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
[
{
"directory": "/home/xou/Arduino/libraries/NeuralNetworks/",
"arguments": [
"/home/xou/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++",
"-c",
"-g",
"-Os",
"-w",
"-std=gnu++11",
"-fpermissive",
"-fno-exceptions",
"-ffunction-sections",
"-fdata-sections",
"-fno-threadsafe-statics",
"-Wno-error=narrowing",
"-MMD",
"-flto",
"-mmcu=atmega328p",
"-DF_CPU=16000000L",
"-DARDUINO=10607",
"-DARDUINO_AVR_UNO",
"-DARDUINO_ARCH_AVR",
"-I/home/xou/.arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino",
"-I/home/xou/.arduino15/packages/arduino/hardware/avr/1.8.6/variants/standard",
"-I/home/xou/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries/EEPROM/src/",
"-I/home/xou/.arduino15/packages/arduino/hardware/avr/1.8.6/libraries/Wire/src/",
"-I/home/xou/Arduino/libraries/SD/src",
"-I/home/xou/Arduino/libraries/FRAM_I2C/"
],
"file": "./src/NeuralNetworks.h"
}
]