From: Oliver Schmidt Date: Tue, 4 Apr 2017 13:52:37 +0000 (+0200) Subject: Removed workaround. X-Git-Tag: V2.16~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93193727be4bcebfa1d728b2b948a0ebba116e43;p=cc65 Removed workaround. --- diff --git a/test/val/lib_common_strncat.c b/test/val/lib_common_strncat.c index 84d904fa0..a6f92ac05 100644 --- a/test/val/lib_common_strncat.c +++ b/test/val/lib_common_strncat.c @@ -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 #include "unittest.h" @@ -54,5 +50,3 @@ TEST } } ENDTEST - -