Mercurial > hg > match-vamp
changeset 222:394036074532
Don't use -Werror for release builds, too fragile
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 10:59:32 +0100 |
parents | cb3098285a52 |
children | 69bd5ebb7471 |
files | Makefile.linux |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.linux Fri Jul 03 10:15:56 2015 +0100 +++ b/Makefile.linux Mon Sep 07 10:59:32 2015 +0100 @@ -1,5 +1,5 @@ -CXXFLAGS += -fPIC -ffast-math -O3 -Wall -Werror -Werror=old-style-cast -Wconversion -std=c++11 +CXXFLAGS += -fPIC -ffast-math -O3 -Wall -Wconversion -std=c++11 #CXXFLAGS += -fPIC -g -Wall -Werror -Werror=old-style-cast -Wconversion -std=c++11