From 8ae1946b9154197a04bb90786206733f04128e1f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 7 Sep 2025 15:59:44 +0200 Subject: Build with optimizations --- make.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make.c') diff --git a/make.c b/make.c index c34fbde..cb792e4 100644 --- a/make.c +++ b/make.c @@ -190,7 +190,8 @@ tiktok(void) { struct strs cmd = {}; strspushenvl(&cmd, "CC", "cc"); - strspushenvl(&cmd, "CFLAGS", "-Wall", "-Wextra", "-Wpedantic", "-std=c23"); + strspushenvl(&cmd, "CFLAGS", "-Wall", "-Wextra", "-Wpedantic", "-std=c23", + "-O3", "-pipe"); char buf[PATH_MAX]; const char *ev = getenv("PODIR"); -- cgit v1.2.3