diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-25 23:48:42 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 9c151da7ce0d00ecf04e4be9c395604d4c8882ad (patch) | |
| tree | cb306bff965d517ca9b7c068040ed883bedf375c /Makefile | |
| parent | fa382246017019bd2f0f3a303241bd2990c3cbdd (diff) | |
Stripping debug stuff
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include DEFINES=-DDETERMINISTIC -CFLAGS=-g -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm +CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm LIBS= SRCS=$(wildcard include/*.c) |
