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
1 changed files with 0 additions and 5 deletions

View File

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