From a2a1c5325e3010b00db31ac460bc1eb9af01e4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smoczy=C5=84ski?= Date: Fri, 23 Apr 2021 08:59:48 +0200 Subject: [PATCH] [EGD-6612] Remove debug flags in audio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debug flags introduced accidentally with EGD-6497. Signed-off-by: Marcin SmoczyƄski --- module-audio/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/module-audio/CMakeLists.txt b/module-audio/CMakeLists.txt index ec523d3f80698db9ca78e96737d3360791dec4b0..ef5b62cea4b8ab997cb65e876f66b7c39f510c4f 100755 --- a/module-audio/CMakeLists.txt +++ b/module-audio/CMakeLists.txt @@ -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