From 9b1d5378d9ef3d6e189e4c06121370fb5b285854 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 5 Oct 2024 00:06:39 -0500 Subject: enable -Ofast optimizations and exit when recieve null stdin which fixes the bugs in awesomewm and causes it to exit after a refresh --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3