diff test/Makefile.template @ 41:c6e0df09b86f default tip

*: performance improvements with old GCC, reimplement altivec
author Paper <paper@tflc.us>
date Mon, 28 Apr 2025 16:31:59 -0400
parents 55cadb1fac4b
children
line wrap: on
line diff
--- a/test/Makefile.template	Sun Apr 27 02:49:53 2025 -0400
+++ b/test/Makefile.template	Mon Apr 28 16:31:59 2025 -0400
@@ -1,4 +1,4 @@
-CPPFLAGS += -g -O2 -I../include -Wall -Wpedantic -Werror=strict-aliasing
+CPPFLAGS += -g -O2 -I../include -Wall
 CFLAGS += $(CPPFLAGS) -std=c99
 CXXFLAGS += $(CPPFLAGS) -std=c++11