1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-31 22:42:57 -07:00
libsodium/dist-build/msys.sh

5 lines
133 B
Bash
Raw Normal View History

#! /bin/sh
2013-04-24 11:48:51 -07:00
export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona"
2013-04-25 22:51:19 -07:00
./configure && make && make check && make install