Remove -float-conversion. Needs a recent GCC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user