aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-13 15:08:55 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-13 15:08:55 +0000
commit17cbfc9a9b4276b1721dfe111d0afc00afa8c428 (patch)
treeb15a90a48b7d018a78657b30f20e90a4838de6a1 /Makefile
parent345e133b9f3e434d25875f10df1025e6a33770a1 (diff)
my stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)