diff --git a/VEX/Makefile b/VEX/Makefile index 0843b8947..56333bbbb 100644 --- a/VEX/Makefile +++ b/VEX/Makefile @@ -31,7 +31,7 @@ PUB_INCLUDES = -Ipub PRIV_INCLUDES = -Ipriv -CC = gcc341 +CC = gcc CCFLAGS = -g -O -Wall -Wshadow -Winline $(EXTRA_CFLAGS) #CC = icc