--- src/Makefile.orig 2016-11-26 10:54:09.000000000 -0700 +++ src/Makefile 2016-11-26 10:54:33.000000000 -0700 @@ -1,17 +1,17 @@ # -*- coding: utf-8 -*- #Compiler -MKOCTFILE=mkoctfile +#MKOCTFILE=mkoctfile #Common warning flags for C and C++ -FLAGSCOMW=-Wall -Wextra -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings +#FLAGSCOMW=-Wall -Wextra -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings #Common optimization flags for C and C++ -FLAGSCOMO=-O2 -funroll-loops -fno-common -fshort-enums +#FLAGSCOMO=-O2 -funroll-loops -fno-common -fshort-enums #Flags for C -CFLAGS=-std=c99 -pedantic $(FLAGSCOMW) -Wconversion -Wmissing-prototypes -CFLAGS+=-Wstrict-prototypes -Wnested-externs $(FLAGSCOMO) +#CFLAGS=-std=c99 -pedantic $(FLAGSCOMW) -Wconversion -Wmissing-prototypes +CFLAGS+=-std=c99 #Flags for C++ -CXXFLAGS=$(FLAGSCOMW) $(FLAGSCOMO) +#CXXFLAGS=$(FLAGSCOMW) $(FLAGSCOMO) #Export flags for compilers and linker -export CFLAGS CXXFLAGS +#export CFLAGS CXXFLAGS .PHONY: all all: compile