kiss-mfavila-small/ports/ecl/build

12 lines
154 B
Plaintext
Raw Normal View History

2021-06-13 15:07:03 -04:00
#!/bin/sh -e
2021-06-30 00:11:24 -04:00
#Force simple CFLAGS
CFLAGS="-O2 -w -pipe -march=native"
CXXFLAGS="$CFLAGS"
2021-06-13 15:07:03 -04:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install