From e8065155416c060da83b03007ad17e9a837df2aa Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Tue, 4 Apr 2017 15:53:14 +0200
Subject: [PATCH] Removed workaround.
---
test/val/lib_common_strspn.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/test/val/lib_common_strspn.c b/test/val/lib_common_strspn.c
index 693a1136a..96a006469 100644
--- a/test/val/lib_common_strspn.c
+++ b/test/val/lib_common_strspn.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"
--
2.39.5