]> git.sur5r.net Git - cc65/blobdiff - test/val/lib_common_strspn.c
temporarily disable optimizations altogether until a fine grain control
[cc65] / test / val / lib_common_strspn.c
index 96a0064699ddb0b9054f2d41a42cdf2fd7a1a14e..693a1136affbf12096bad35f4a8a7d6e3d2293c8 100644 (file)
@@ -1,3 +1,7 @@
+// 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"