summaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-29 03:35:10 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-29 03:35:10 +0330
commit779c9d9d0fc2c20ec6a4e622a2ce5d6c0810c3e0 (patch)
treecd90e8651774f80a254d66f2f7ae2154c9b0b5aa /compile
parent555c98cb9bfc95a05a956b1be10cd2fea4afb677 (diff)
moved stuff to c23
Diffstat (limited to 'compile')
-rwxr-xr-xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile b/compile
index dc0dea7..1b54aae 100755
--- a/compile
+++ b/compile
@@ -9,4 +9,4 @@ if [ ! -d build ]; then
fi
fi
-gcc -Wall -Wextra -O3 src/main.c src/ui/tui.c -o "build/$project_name"
+gcc -Wall -Wextra -O3 -std=gnu23 src/main.c src/ui/tui.c -o "build/$project_name"