mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 11:47:13 +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 <gui/widgets/stepped_slider.h>
|
||||||
#include <options.h>
|
#include <options.h>
|
||||||
|
|
||||||
#pragma optimize( "", off )
|
|
||||||
|
|
||||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||||
|
|
||||||
SDRPP_MOD_INFO {
|
SDRPP_MOD_INFO {
|
||||||
@ -413,5 +411,3 @@ MOD_EXPORT void _END_() {
|
|||||||
config.disableAutoSave();
|
config.disableAutoSave();
|
||||||
config.save();
|
config.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma optimize( "", on )
|
|
Loading…
Reference in New Issue
Block a user