~aleteoryx/muditaos

a2a1c5325e3010b00db31ac460bc1eb9af01e4a8 — Marcin Smoczyński 4 years ago 9cf397d
[EGD-6612] Remove debug flags in audio

Debug flags introduced accidentally with EGD-6497.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
1 files changed, 0 insertions(+), 2 deletions(-)

M module-audio/CMakeLists.txt
M module-audio/CMakeLists.txt => module-audio/CMakeLists.txt +0 -2
@@ 56,8 56,6 @@ target_compile_features(${PROJECT_NAME} PUBLIC ${TARGET_COMPILE_FEATURES})
target_link_options(${PROJECT_NAME} PUBLIC ${TARGET_LINK_OPTIONS})
target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})

target_compile_options(${PROJECT_NAME} PRIVATE -O0 -g)

# supress warning for flac decoder
set_source_files_properties(
        ${CMAKE_CURRENT_SOURCE_DIR}/Audio/decoder/decoderFLAC.cpp