Make simulator compile under Linux
This commit is contained in:
parent
d8cf315d98
commit
d18de10fea
|
@ -5,4 +5,4 @@ touchgfx_path := ../Middlewares/ST/touchgfx
|
|||
# Location of the TouchGFX Environment
|
||||
touchgfx_env := C:/TouchGFX/4.21.2/env
|
||||
# Optional additional compiler flags
|
||||
user_cflags := -DUSE_BPP=16 -std=gnu++1z -Wno-cast-qual -Wno-missing-declarations
|
||||
user_cflags := -DUSE_BPP=16 -std=gnu++1z -Wno-cast-qual -Wno-missing-declarations -Wno-format-truncation
|
||||
|
|
Loading…
Reference in New Issue