aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-10-05 00:06:39 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-10-05 00:06:39 -0500
commit9b1d5378d9ef3d6e189e4c06121370fb5b285854 (patch)
tree04109014e446c271d909b5daf0ba191768efbe71 /Makefile
parent5d7278883e09d49a7dda56de4209de6d3c68a8c3 (diff)
downloadpavolctld-9b1d5378d9ef3d6e189e4c06121370fb5b285854.tar.xz
pavolctld-9b1d5378d9ef3d6e189e4c06121370fb5b285854.zip
enable -Ofast optimizations and exit when recieve null stdin which fixes the bugs in awesomewm and causes it to exit after a refresh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6f50833..a2b542d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,5 @@
-# Makefile for gpt program
-
CC = gcc
-CFLAGS = -Wall
+CFLAGS = -Wall -Ofast
LDFLAGS = -lpulse
TARGET = pavolctld