Adding #pragma GCC optimize "O0" to libperipherals' modules.

This commit is contained in:
Ruben Ayrapetyan
2014-12-18 17:16:33 +03:00
parent 5c4c47514a
commit 5539afc60e
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@
* limitations under the License.
*/
#pragma GCC optimize "O0"
#include "actuators.h"
#include "common-io.h"
#include "jerry-libc.h"
+2
View File
@@ -13,6 +13,8 @@
* limitations under the License.
*/
#pragma GCC optimize "O0"
#include "actuators.h"
#include "common-io.h"
#include "jerry-libc.h"
+2
View File
@@ -13,4 +13,6 @@
* limitations under the License.
*/
#pragma GCC optimize "O0"
#include "sensors.h"