Take the compiler from the environment.

Not all systems have gcc.
This commit is contained in:
Yamagi Burmeister 2019-05-09 18:40:01 +02:00
parent b3009e9b7e
commit 5b99fbe4bc

View file

@ -29,11 +29,6 @@ endif
# ---------- # ----------
# The compiler
CC := gcc
# ----------
# Base CFLAGS. # Base CFLAGS.
# #
# -O2 are enough optimizations. # -O2 are enough optimizations.