libsodium/dist-build/msys.sh

5 lines
154 B
Bash
Raw Normal View History

#! /bin/sh
2013-04-24 14:48:51 -04:00
export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona"
2013-04-24 14:50:59 -04:00
./configure --with-included-ltdl && make && make check && make install