mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +01:00
Fixed hackrf performance issues
This commit is contained in:
parent
9efdb6b150
commit
2c83d79836
@ -10,8 +10,6 @@
|
||||
#include <gui/widgets/stepped_slider.h>
|
||||
#include <options.h>
|
||||
|
||||
#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 )
|
||||
}
|
Loading…
Reference in New Issue
Block a user