Get rid of profiles. We might add some form of unattended profile down the line, which will be common for AMD/Intel CPUs.

This commit is contained in:
Tk-Glitch
2021-11-25 17:17:18 +01:00
parent ef4ac4c7d4
commit 327751a40e
4 changed files with 0 additions and 93 deletions

View File

@@ -28,13 +28,6 @@ CUSTOM_GCC_PATH=""
# Example: CUSTOM_LLVM_PATH="/home/frog/PKGBUILDS/mostlyportable-llvm/llvm-mostlyportable-11.0.0"
CUSTOM_LLVM_PATH=""
# Set to the number corresponding to a predefined profile to use it. The options selected by the profile will override customization.cfg and external config files.
# Current list of available profiles :
# 1 - Custom (meaning nothing will be enforced and you get to configure everything)
# 2 - Ryzen desktop (performance)
# 3 - Generic Desktop (Performance)
_OPTIPROFILE=""
# Set to true to bypass makepkg.conf and use all available threads for compilation. False will respect your makepkg.conf options.
_force_all_threads="true"