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