LNSC-2420-Firmware/compile_flags.txt

31 lines
396 B
Plaintext

-Wall
-std=c99
-pedantic
-Wextra
-Wimplicit-function-declaration
-Wredundant-decls
-Wmissing-prototypes
-Wstrict-prototypes
-Wundef
-Wshadow
-fno-common
-ffunction-sections
-fdata-sections
-mcpu=cortex-m0
-mthumb
-mfloat-abi=soft
-MD
-DSTM32F0
-I./libopencm3/include
-Ifxplib/include
-DPOINTPOS=16
-DVERSION="0.0.0-"
-O0
-ggdb
-DDEBUG
-Wall
-std=c99
-pedantic
-Iinclude
-DVERSION="0.0.0-4599cdc"