mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
We may use alternative computers (i.e. CLANG) on hosts on which GCC is not the default compiler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user