This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
2
Actions
Activity
38bc94c0e7
void-packages
/
common
/
build-profiles
/
bootstrap.sh
4 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
xbps-src: use bootstrap build-profile for the bootstrap target. ... otherwise the proper compiler flags are being used in the chroot case.
2014-12-24 09:53:35 +01:00
XBPS_CFLAGS
=
"-O2 -pipe"
XBPS_CXXFLAGS
=
"
$XBPS_CFLAGS
"
common: rename FCC to FC and introduce FFLAGS
2017-03-08 16:03:59 +01:00
XBPS_FFLAGS
=
"-fPIC -pipe"