Compile against C90

This commit is contained in:
2024-10-07 22:42:28 -04:00
parent 8de384fa91
commit 02a7c9811c
7 changed files with 75 additions and 66 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ build:
@mkdir -p build
@gcc main.c cmdbuf.c hex.c request.c response.c server.c ../vbtest/vb.c \
-I include -I ../vbtest \
-Werror -Wall -Wextra -Wpedantic \
-Werror -std=c90 -Wall -Wextra -Wpedantic \
-Wno-unused-parameter -Wno-unused-function \
-o ./build/rdb
clean: