Commit c78b29ab authored by Vitaly Lipatov's avatar Vitaly Lipatov

add autogen-clang.sh for build with clang

parent 91ac5283
#! /bin/sh
autoreconf -fiv
export CXX=clang++
export CC=clang
export CXXFLAGS='-pipe -O2 -pedantic -Wall'
./configure --enable-maintainer-mode --prefix=/usr $*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment