mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Fix compile error with gcc versions >9.2.1 (#2223)
This commit is contained in:
parent
750d592288
commit
c992780974
@ -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")
|
||||||
@ -120,7 +120,7 @@ set(TCPPSRC)
|
|||||||
# List ASM source files here
|
# List ASM source files here
|
||||||
set(ASMSRC)
|
set(ASMSRC)
|
||||||
|
|
||||||
set(INCDIR
|
set(INCDIR
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
${COMMON}
|
${COMMON}
|
||||||
${COMMON}/../application
|
${COMMON}/../application
|
||||||
|
Loading…
Reference in New Issue
Block a user