#!/bin/sh
set -e
set -x
export CXXFLAGS_EXTRA="-Wno-error=c++14-extensions"
./configure
