diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-19 22:45:02 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-19 22:45:02 -0300 |
| commit | fb31105dcd1298c95d4a1eaf494c0aefa5e9be95 (patch) | |
| tree | f15286377281163ff69279f427f5f94cd36580ee | |
| parent | 1acc7cf7c81715cddbf9b732c809d2a5c69560ae (diff) | |
libphysics: flags
| -rw-r--r-- | libphysics/Makefile | 2 | ||||
| -rw-r--r-- | libphysics/test/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libphysics/Makefile b/libphysics/Makefile index 5d3802c..6cbabaf 100644 --- a/libphysics/Makefile +++ b/libphysics/Makefile @@ -5,7 +5,7 @@ OBJ=aabb.o\ tick.o\ blockmap.o -CFLAGS=-I../include -g +CFLAGS=-I../include -g -O3 -flto all: libphysics.a diff --git a/libphysics/test/Makefile b/libphysics/test/Makefile index 46320e8..9f8f3d3 100644 --- a/libphysics/test/Makefile +++ b/libphysics/test/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-I../../include -g +CFLAGS=-I../../include -g -O3 -flto LDFLAGS=-L../ -lphysics `pkg-config --libs sdl3` -lm all: vis perf |
