mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
#
|
|
# Configuration file for scratchpkg
|
|
#
|
|
|
|
export CFLAGS="-march=x86-64 -pipe -Os -fomit-frame-pointer"
|
|
export CXXFLAGS="${CFLAGS}"
|
|
export MAKEFLAGS="-j$(nproc)"
|
|
|
|
# SOURCE_DIR="/var/cache/scratchpkg/sources"
|
|
# PACKAGE_DIR="/var/cache/scratchpkg/packages"
|
|
# WORK_DIR="/var/cache/scratchpkg/work"
|
|
# CURL_OPTS=""
|
|
# COMPRESSION_MODE="xz"
|
|
# NO_STRIP="no"
|
|
# IGNORE_MDSUM="no"
|
|
# KEEP_LIBTOOL="no"
|
|
# KEEP_LOCALE="no"
|
|
# KEEP_DOC="no"
|