Skip to content

Commit

Permalink
remove -fomit-frame-pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Oct 20, 2024
1 parent 858d485 commit 8944cbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions plugins/LadspaEffect/swh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ if(NOT MSVC)
-funroll-loops -ffast-math -fno-strict-aliasing
${PIC_FLAGS}
)
# an optimisation flag, but makes it harder to debug
if(NOT WANT_DEBUG_GPROF)
set(COMPILE_FLAGS ${COMPILE_FLAGS} -fomit-frame-pointer)
endif()
endif()

# Loop over every XML file
Expand Down
5 changes: 0 additions & 5 deletions plugins/LadspaEffect/tap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ if(MSVC)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /fp:fast")
else()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -fno-strict-aliasing -funroll-loops -ffast-math")

# an optimisation flag, but makes it harder to debug
if(NOT WANT_DEBUG_GPROF)
set(COMPILE_FLAGS "${COMPILE_FLAGS} -fomit-frame-pointer")
endif()
endif()
FOREACH(_item ${PLUGIN_SOURCES})
GET_FILENAME_COMPONENT(_plugin "${_item}" NAME_WE)
Expand Down

0 comments on commit 8944cbc

Please sign in to comment.