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 /libphysics/Makefile | |
| parent | 1acc7cf7c81715cddbf9b732c809d2a5c69560ae (diff) | |
libphysics: flags
Diffstat (limited to 'libphysics/Makefile')
| -rw-r--r-- | libphysics/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |
