Browse Source

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

pull/37/head
Babak Farrokhi 6 years ago
parent
commit
79f2e526ef
  1. 4
      Makefile

4
Makefile

@ -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

Loading…
Cancel
Save