aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-03-24 21:43:47 +0100
committerkoekeishiya <aasvi93@hotmail.com>2018-03-24 21:43:47 +0100
commite5f6d5df6db8128fc0b93643711d16adac6404d3 (patch)
tree282dfa410fd272c7f23cdd4d67983329cf8de744
parent91823bfaf5e6dc5d4fc1240c162d07b4088bba5c (diff)
downloadskhd-e5f6d5df6db8128fc0b93643711d16adac6404d3.tar.gz
skhd-e5f6d5df6db8128fc0b93643711d16adac6404d3.zip
entry to debug #28
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index aa697b3..a70a05e 100644
--- a/makefile
+++ b/makefile
@@ -11,6 +11,9 @@ all: clean $(BINS)
install: BUILD_FLAGS=-std=c99 -O3
install: clean $(BINS)
+segfault: BUILD_FLAGS=-O0 -g -Wall -std=c99 -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param ssp-buffer-size=4 -fPIC -fno-strict-overflow -Wformat -Wformat-security -Werror=format-security
+segfault: clean $(BINS)
+
clean:
rm -rf $(BUILD_PATH)