Remove -float-conversion. Needs a recent GCC

pull/561/head
Rosen Penev 8 years ago
parent a219b95c17
commit 2751cc363b
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

@ -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

Loading…
Cancel
Save