mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#! /bin/sh
|
|
|
|
export CFLAGS="-O3 -fomit-frame-pointer -march=pentium2 -mtune=nocona"
|
|
./configure && make && make check && make install
|