mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Fix compile error with gcc versions >9.2.1 (#2223)
This commit is contained in:
parent
750d592288
commit
c992780974
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue