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. 2
      Makefile

2
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

Loading…
Cancel
Save