aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index 65dd0ed..ba4220d 100644
--- a/makefile
+++ b/makefile
@@ -11,7 +11,6 @@ INCS = -I./include -I./include/musl -I./include/libdrm
LIBS = -L./lib/musl -L./lib/libdrm
CFLAGS = -O2 -march=native -mtune=native -std=c99 -static -w -Wall -Werror -Wextra -Wshadow -Wpedantic -D_XOPEN_SOURCE=700
-#stops soypilers complaining about signals
.MAKE.JOBS = 1C