mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
This is for cases where host does not match build environment (x86_64 building for x86). So we just force build/host triplet in native builds.
3 lines
118 B
Bash
3 lines
118 B
Bash
XBPS_CFLAGS="-O2 -pipe -fstack-protector-strong"
|
|
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
|
XBPS_TRIPLET="x86_64-unknown-linux-gnu"
|