summaryrefslogtreecommitdiff
path: root/examples/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo.c')
-rwxr-xr-xexamples/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo.c b/examples/echo.c
index 1a04fbb..efc6950 100755
--- a/examples/echo.c
+++ b/examples/echo.c
@@ -18,7 +18,7 @@ gcc \
-Wno-unused-parameter \
-Wno-overlength-strings \
-O3 \
- -fsanitize=undefined,address,leak -mshstk \
+ -fsanitize=undefined,address,leak \
-lX11 -lm \
-o $BIN $SRC && \
./$BIN $@ && rm $BIN