Also avoid DEBUG flags for ASM.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-14 22:18:19 +01:00
parent 05ca798e53
commit 4c3d5e0576
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -31,6 +31,7 @@ set(CMAKE_C_FLAGS "-std=c99 -ffreestanding -fno-builtin -Wall -Wextra")
set(CMAKE_C_FLAGS_DEBUG "-g -O0") set(CMAKE_C_FLAGS_DEBUG "-g -O0")
set(CMAKE_C_FLAGS_RELEASE "-O3") set(CMAKE_C_FLAGS_RELEASE "-O3")
set(CMAKE_ASM_FLAGS "") set(CMAKE_ASM_FLAGS "")
set(CMAKE_ASM_FLAGS_DEBUG "")
set(CMAKE_ASM_FLAGS_RELEASE "") set(CMAKE_ASM_FLAGS_RELEASE "")
include_directories( include_directories(