about summary refs log tree commit diff
path: root/build_config
blob: 4f83f342b86b09979762099b8f340fded54e3253 (plain) (blame)
1
2
3
4
5
6
7
AR=ar
RANLIB=ranlib
CC=cc
CFLAGS="-W -Wall -Wextra -pedantic -Os -std=c99 -g"
CFLAGS="$CFLAGS -Iinclude"

# vim: ft=sh