]> git.sur5r.net Git - cc65/commitdiff
Removed workaround.
authorOliver Schmidt <ol.sc@web.de>
Tue, 4 Apr 2017 13:53:14 +0000 (15:53 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2017 13:53:14 +0000 (15:53 +0200)
test/val/lib_common_strspn.c

index 693a1136affbf12096bad35f4a8a7d6e3d2293c8..96a0064699ddb0b9054f2d41a42cdf2fd7a1a14e 100644 (file)
@@ -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 <string.h>
 #include "unittest.h"