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

index 84d904fa01cf91d12f447c345a65277ab0430d5a..a6f92ac053769c1fd1da608b2840fbfb1ae26deb 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"
 
@@ -54,5 +50,3 @@ TEST
     }
 }
 ENDTEST
-
-