]> git.sur5r.net Git - cc65/blobdiff - test/val/lib_common_strcat.c
goto.c warning fix for implicit truncation
[cc65] / 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"