c2bd01c8d3
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.
3 lines
83 B
Bash
3 lines
83 B
Bash
XBPS_CFLAGS="-O2 -pipe -mtune=i686 -fstack-protector"
|
|
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|