summary refs log tree commit diff
path: root/src/conf-cc
blob: 984024f5577336fb4b491acbd469fb448333262e (plain) (blame)
1
2
3
4
5
gcc -O2 -Wall

gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings

This will be used to compile .c files.