diff --git a/src/Makefile b/src/Makefile index 011a779f9..6998aab8b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -98,7 +98,7 @@ BINARY_NATIVE := $(PROG_NAME) ## General compiler and linker flags ## -CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -Wundef -Wfloat-conversion -Wmissing-declarations -Wmissing-prototypes -Wdouble-promotion +CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -Wundef -Wmissing-declarations -Wmissing-prototypes -Wdouble-promotion LFLAGS := ifndef DEBUG