aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-08-28 21:15:34 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-08-28 21:15:34 +0200
commit9768729534d20df12f5eb7372efc2084df841a6f (patch)
tree883463c94815b4013d12d967085eb2d6b7d1ac13 /makefile
parentb16df1351629b251db88c931501b37ecdf85f061 (diff)
downloadskhd-9768729534d20df12f5eb7372efc2084df841a6f.tar.gz
skhd-9768729534d20df12f5eb7372efc2084df841a6f.zip
fix debug build and shut up compiler
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 808e949..aa697b3 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
FRAMEWORKS = -framework Carbon
BUILD_PATH = ./bin
-BUILD_FLAGS = -std=c99 -Wall -g
+BUILD_FLAGS = -std=c99 -Wall -g -O0
SKHD_SRC = ./src/skhd.c
BINS = $(BUILD_PATH)/skhd