summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2012-11-07 11:41:30 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2012-11-07 11:41:30 -0800
commit06a19bdd081d1b81cbca7c7b675f5cf3637063a1 (patch)
tree03adf4c4e584d33676b2ad58ad27c61bb5cb9cf0
parent6d8606941c7bbdb72c76c81fef8eb91232ffc918 (diff)
downloadinsecuresuexec-06a19bdd081d1b81cbca7c7b675f5cf3637063a1.tar.gz
insecuresuexec-06a19bdd081d1b81cbca7c7b675f5cf3637063a1.zip
Remove debugging flag.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30df8d4..10107f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
insecuresuexec: main.cc
- clang++ -Wall -Werror -std=c++11 -Os -g -o $@ $+
+ clang++ -Wall -Werror -std=c++11 -Os -o $@ $+
clean:
rm -f insecuresuexec