diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-06-07 12:18:29 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-06-07 12:18:29 +0200 |
commit | d6a06e31f186a336ce5cc805fe91c789bbac118e (patch) | |
tree | 083d761576e3cd5d21eb9f665520d601fb031dc5 | |
parent | 5661a0746389556c2645024d7215a48c7ce72412 (diff) | |
download | ttfe-d6a06e31f186a336ce5cc805fe91c789bbac118e.tar.xz |
Use cc as C compiler (cc is a symlink to system default C compiler)
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -CC=clang +CC=cc + FLAGS=-g -Wall -pedantic -Wextra -Wconversion\ -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts\ -Wdisabled-optimization -Wimplicit -Wimport -Winline\ |