sim

the sim text editor
git clone git://ssnf.xyz/sim
Log | Files | Refs | README

commit e8be9d7cf05ef913b1aec785e184e3dc26dff0e3
parent d2350f18e7ca5a310a4d844942a03dd987dc9e37
Author: ssnf <ssnf@ssnf.xyz>
Date:   Wed, 18 May 2022 18:40:08 +0000

Reverted Makefile optimizations for 0.3 release

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ CC = c89 -CFLAGS = -O0 -g -Wall -Wpedantic -Wno-deprecated-declarations -Wno-return-type +CFLAGS = -Os -Wall -Wpedantic -Wno-deprecated-declarations -Wno-return-type SRC = ${wildcard *.c} OBJ = ${SRC:.c=.o}