# HG changeset patch # User Chris Cannam # Date 1424101122 0 # Node ID 9ab52cb6baa380edaa97aa8336d98fdc45f42348 # Parent 1440773da492bdb93edf3e885511725bfdd442df This flag seems too problematic with the gcc builds people are actually using diff -r 1440773da492 -r 9ab52cb6baa3 Makefile.linux --- a/Makefile.linux Mon Feb 16 14:47:43 2015 +0000 +++ b/Makefile.linux Mon Feb 16 15:38:42 2015 +0000 @@ -1,5 +1,5 @@ -CXXFLAGS += -fPIC -ffast-math -O3 -Wall -Werror -Wfloat-conversion +CXXFLAGS += -fPIC -ffast-math -O3 -Wall -Werror #CXXFLAGS += -fPIC -g -Wall -Werror -DPERFORM_ERROR_CHECKS=1 LDFLAGS += -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic