From de8f4f261f970f33f360662eb2dee0e03faaf301 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 19 Aug 2022 16:04:31 +0300 Subject: chore: add -Ofast compilation flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94e43d6..833da40 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=tcc -CFLAGS=-g +CFLAGS=-g -Ofast SRC=src OBJ=obj SOURCES=$(wildcard $(SRC)/*.c) -- cgit v1.2.3