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

index 6389d5651aef0b80534aa6bee3c8fbbda61df4c0..1872053a4fbfa3a5643d4f7939574704934cc685 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"