File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ add_definitions(-DSWITCH -D__SWITCH__)
80
80
set (ARCH "-march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIE" )
81
81
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -Wall -O2 -ffunction-sections ${ARCH} " CACHE STRING "C flags" )
82
82
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_C_FLAGS} -fno-rtti -fno-exceptions" CACHE STRING "C++ flags" )
83
- set (CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -x assembler-with-cpp ${ARCH} " CACHE STRING "ASM flags" )
83
+ set (CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -g ${ARCH} " CACHE STRING "ASM flags" )
84
84
# These flags are purposefully empty to use the default flags when invoking the
85
85
# devkitA64 linker. Otherwise the linker may complain about duplicate flags.
86
86
set (CMAKE_EXE_LINKER_FLAGS "" CACHE STRING "Executable linker flags" )
You can’t perform that action at this time.
0 commit comments