Merge pull request #417 from paulfd/frame-pointer

Remove the no-omit-frame-pointer option
This commit is contained in:
JP Cimalando 2020-09-10 20:32:41 +02:00 committed by GitHub
commit e342af2200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,6 @@ endif()
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
add_compile_options(-Wall)
add_compile_options(-Wextra)
add_compile_options(-fno-omit-frame-pointer) # For debugging purposes
add_compile_options(-Werror=return-type)
if (SFIZZ_SYSTEM_PROCESSOR MATCHES "^(i.86|x86_64)$")
add_compile_options(-msse2)