diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-13 22:43:04 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-13 22:43:04 +0100 |
commit | 674f8aa8f7a4e5a7197eae49c116727f4d681831 (patch) | |
tree | 4cdcd9cac33117d344b45a53a29792939a3372bd /examples/echo.c | |
parent | 7966948062e55fac965d1a6a13b848dc0df78a9f (diff) | |
download | reduced_system_layer-674f8aa8f7a4e5a7197eae49c116727f4d681831.zip |
Remove shstk option
Diffstat (limited to 'examples/echo.c')
-rwxr-xr-x | examples/echo.c | 2 |
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 |