summaryrefslogtreecommitdiff
path: root/examples/echo.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-11-13 22:43:04 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-11-13 22:43:04 +0100
commit674f8aa8f7a4e5a7197eae49c116727f4d681831 (patch)
tree4cdcd9cac33117d344b45a53a29792939a3372bd /examples/echo.c
parent7966948062e55fac965d1a6a13b848dc0df78a9f (diff)
downloadreduced_system_layer-674f8aa8f7a4e5a7197eae49c116727f4d681831.zip
Remove shstk option
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