summaryrefslogtreecommitdiff
path: root/build.sh
blob: d42acc57cf45475c1cd8a76a3b06dbd5ddbfa316 (plain)
1
2
#!/bin/bash
gcc -o toc main.c -O0 -g -o toc -Wall -Wextra -Wpedantic -Wconversion -Wshadow -Wno-unused-function -Wno-unused-parameter -std=c11 || exit 1