From 55677cd9e31943f43bc01515ce29325e6b053c40 Mon Sep 17 00:00:00 2001 From: esquizo Date: Mon, 18 May 2026 21:44:30 -0300 Subject: libphysics: otimização por blockmaps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug: o object não pode ser maior do que o BLOCK_SIZE, definido no dat.h --- libphysics/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libphysics/test/Makefile') diff --git a/libphysics/test/Makefile b/libphysics/test/Makefile index 1d60fc8..a628f6b 100644 --- a/libphysics/test/Makefile +++ b/libphysics/test/Makefile @@ -1,5 +1,5 @@ CFLAGS=-I../../include -g -LDFLAGS=-L../ -lphysics `pkg-config --libs sdl3` +LDFLAGS=-L../ -lphysics `pkg-config --libs sdl3` -lm all: vis -- cgit v1.2.3