Manjaro Difference between revisions of "Translations:Makepkg/9/ru"

Difference between revisions of "Translations:Makepkg/9/ru"

From Manjaro
(Created page with "# -- Exclusive: будет работать только на x86_64 # -march (или -mcpu) собирает исключительно для архитектуры # -mtune...")
 
(No difference)

Latest revision as of 12:36, 14 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Makepkg)
#-- Exclusive: will only run on x86_64
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CPPFLAGS="-D_FORTIFY_SOURCE=2"
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"
  1. -- Exclusive: будет работать только на x86_64
  2. -march (или -mcpu) собирает исключительно для архитектуры
  3. -mtune оптимизирует для архитектуры, но собирает для всего семейства процессоров

CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"

  1. -- Make Flags: измените это для систем DistCC/SMP
  2. MAKEFLAGS="-j2"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.