From 1b0a5ed88ef5ede3d7656f96ca78eff995d1f27d Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 8 Jun 2024 19:15:07 +0200 Subject: [PATCH] add missing compile flags --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index efe2aeea..6c54cea1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -308,6 +308,7 @@ target_link_libraries(sdrpp PRIVATE sdrpp_core) # Compiler arguments target_compile_options(sdrpp PRIVATE ${SDRPP_COMPILER_FLAGS}) +target_compile_options(min_broken PRIVATE ${SDRPP_COMPILER_FLAGS}) # Copy dynamic libs over if (MSVC)