We may use alternative computers (i.e. CLANG) on hosts on which GCC is not the default compiler

This commit is contained in:
Babak Farrokhi
2018-08-18 11:40:03 +04:30
parent 7aac05df08
commit 79f2e526ef
+2 -2
View File
@@ -4,7 +4,7 @@ N2N_OSNAME=$(shell uname -p)
########
CC=gcc
CC?=gcc
DEBUG?=-g3
#OPTIMIZATION?=-O2
WARN?=-Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs
@@ -141,4 +141,4 @@ push:
fi
.PHONY: steps build push
# End Docker builder section
# End Docker builder section