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

index 6c04e1951312151daab5f65f65eebad8d1c0be83..6b2273e782108b2ddde3d2dbb61887a38d2fc18f 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"
 
@@ -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
-
-