Skip to content

Commit

Permalink
Native build should not turn off optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
skyproudmanp committed May 22, 2024
1 parent f250346 commit a0b31ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if( NATIVE_BUILD )
add_subdirectory( stubs/rdk_gstreamer_utils )
add_subdirectory( stubs/opencdm )
add_compile_options(-DFREE_MEM_BEFORE_EXIT)
add_compile_options(-O0 -ggdb)
add_compile_options(-ggdb)

include( GNUInstallDirs )
configure_file( pkg-config/RialtoClient.in.pc ${CMAKE_BINARY_DIR}/RialtoClient.pc @ONLY )
Expand Down

0 comments on commit a0b31ef

Please sign in to comment.