forked from Github_Repos/cvw
change from clang to gcc when compiling testvector-generation executables
This commit is contained in:
parent
b1120069a0
commit
efee8d3a22
@ -1,7 +1,7 @@
|
||||
SHELL = /bin/sh
|
||||
|
||||
CFLAG = -Wall -g
|
||||
CC = clang
|
||||
CC = gcc
|
||||
|
||||
all: fixBinMem silencePipe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user