diff options
| author | tslil <tslil@posteo.de> | 2021-01-05 00:08:20 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | f3d3b35248b114b8b5664c6c38952a89fbf98b15 (patch) | |
| tree | 3bce6efa869a6f0bd084209805cf62e0591dbdd0 /Makefile | |
| parent | 183c08410cb41d453a0156b329e2b38cb31c65ed (diff) | |
Gotta go fast
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include TPDIR=3rd-party -CFLAGS=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) +CFLAGS=-O2 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
