remove unneeded bits

This commit is contained in:
Mike Jerris 2017-02-08 13:11:58 -06:00
parent fcab54cfe4
commit 94f29b774d
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@ cd freeswitch.git
./configure -C --enable-portable-binary --enable-sctp\
--prefix=/usr --localstatedir=/var --sysconfdir=/etc \
--with-gnu-ld --with-python --with-erlang --with-openssl \
--with-gnu-ld --with-openssl \
--enable-core-odbc-support --enable-zrtp \
--enable-core-pgsql-support \
--enable-static-v8 --disable-parallel-build-v8 --enable-amr $@
#CC=clang-3.6 CXX=clang++-3.6 ./configure -C --enable-portable-binary \
# --prefix=/usr --localstatedir=/var --sysconfdir=/etc \
# --with-gnu-ld --with-python --with-erlang --with-openssl \
# --with-gnu-ld --with-openssl \
# --enable-core-odbc-support --enable-zrtp \
# --enable-core-pgsql-support \
# --enable-static-v8 --disable-parallel-build-v8 --enable-address-sanitizer