mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
common/build-profiles contains the compilation flags used in native builds, and are defined per architecture: - x86_64 (glibc) - x86_64-musl (musl) If XBPS_CFLAGS or XBPS_CXXFLAGS are set in `etc/conf`, the settings from the build profile will be overrided.
2 lines
71 B
Bash
2 lines
71 B
Bash
XBPS_CFLAGS="-O2 -pipe -fstack-protector"
|
|
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|