kiss-mfavila-large/ports/ecl/build

12 lines
154 B
Bash
Executable File

#!/bin/sh -e
#Force simple CFLAGS
CFLAGS="-O2 -w -pipe -march=native"
CXXFLAGS="$CFLAGS"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install