mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 14:20:34 +00:00
Fix compile error with gcc versions >9.2.1 (#2223)
This commit is contained in:
@@ -31,7 +31,7 @@ include(CheckCXXCompilerFlag)
|
|||||||
project(pacman_app)
|
project(pacman_app)
|
||||||
|
|
||||||
# Compiler options here.
|
# Compiler options here.
|
||||||
set(USE_OPT "-Os -g --specs=nano.specs")
|
set(USE_OPT "-Os -g --specs=nano.specs --specs=nosys.specs")
|
||||||
|
|
||||||
# C specific options here (added to USE_OPT).
|
# C specific options here (added to USE_OPT).
|
||||||
set(USE_COPT "-std=gnu99")
|
set(USE_COPT "-std=gnu99")
|
||||||
|
Reference in New Issue
Block a user