From dc655ac2079e0eea55c56b6712bf6a2167b57845 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 11 Feb 2026 22:40:44 +0000 Subject: primitive implementation added movement, explosions, the conception of death, and bugs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 168eeec..e3419fd 100755 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ ifeq (${VECTORIZED},1) ifeq (${CC},clang) CFLAGS += -Rpass=loop-vectorize else - CFLAGS += -fopt-info-vec-all + CFLAGS += -fopt-info-vec-optimized endif endif -- cgit v1.2.3