From 14268510f59211d4b491d3eec937ea703a83bf0d Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Tue, 4 Apr 2017 15:45:24 +0200
Subject: [PATCH] Removed workaround.
---
test/val/lib_common_memmove.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/test/val/lib_common_memmove.c b/test/val/lib_common_memmove.c
index 6c04e1951..6b2273e78 100644
--- a/test/val/lib_common_memmove.c
+++ b/test/val/lib_common_memmove.c
@@ -1,7 +1,3 @@
-// temporarily disable optimizations altogether until a fine grain control
-// is implemented on Makefile level only disabling the compiler option -Os
-#pragma optimize (off)
-
#include
#include "unittest.h"
@@ -10,7 +6,6 @@
static char Buffer[BufferSize+3]; // +1 to move up (and down)
-
TEST
{
unsigned i, v;
@@ -61,5 +56,3 @@ TEST
}
}
ENDTEST
-
-
--
2.39.5