From 2c83d79836ad56722a7468d7441ae8a18a37710d Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 22 Apr 2021 02:18:43 +0200 Subject: [PATCH] Fixed hackrf performance issues --- hackrf_source/src/main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hackrf_source/src/main.cpp b/hackrf_source/src/main.cpp index 1dfe8bfa..1cd792cb 100644 --- a/hackrf_source/src/main.cpp +++ b/hackrf_source/src/main.cpp @@ -10,8 +10,6 @@ #include #include -#pragma optimize( "", off ) - #define CONCAT(a, b) ((std::string(a) + b).c_str()) SDRPP_MOD_INFO { @@ -412,6 +410,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(ModuleManager::Instance* instance) { MOD_EXPORT void _END_() { config.disableAutoSave(); config.save(); -} - -#pragma optimize( "", on ) \ No newline at end of file +} \ No newline at end of file