mirror of
https://github.com/pret/agbcc.git
synced 2026-09-07 10:05:09 -05:00
Utilize possibility of different compilers with GCC
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
srcdir = .
|
||||
VPATH = $(srcdir)
|
||||
|
||||
CC = gcc
|
||||
CC ?= gcc
|
||||
|
||||
BASE_CFLAGS = -g -std=gnu11 -Werror-implicit-function-declaration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user