auto

# This will be used to compile .c files.

cc -O2 -Wall

# In case, the automatic detection does not work (i.e. Raspian Linux) use this.

clang -O2 -Wall

# You can use clang instead. 
