diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-13 15:08:55 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-13 15:08:55 +0000 |
| commit | 17cbfc9a9b4276b1721dfe111d0afc00afa8c428 (patch) | |
| tree | b15a90a48b7d018a78657b30f20e90a4838de6a1 /Makefile | |
| parent | 345e133b9f3e434d25875f10df1025e6a33770a1 (diff) | |
my stuff
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
