From 17cbfc9a9b4276b1721dfe111d0afc00afa8c428 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 13 Dec 2025 15:08:55 +0000 Subject: my stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0d9baa3..8157096 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -g $(shell pkg-config --cflags x11 xrandr xrender xft) +CFLAGS = -Wall -O3 -march=native -g $(shell pkg-config --cflags x11 xrandr xrender xft) LIBS = $(shell pkg-config --libs x11 xrandr xrender xft) SRC = parte.c OBJ = $(SRC:.c=.o) -- cgit v1.2.3