diff --git a/archlinux/makepkg.conf b/archlinux/makepkg.conf index 434e91b..9867f2c 100644 --- a/archlinux/makepkg.conf +++ b/archlinux/makepkg.conf @@ -13,11 +13,11 @@ _gpgkey="" ## March ## to get a list of all march values by executing "gcc --target-help" and search for -march= -_march="znver3" +_march="native" ## Mtune ## to get a list of all mtune values by executing "gcc --target-help" and search for -mtune= -_mtune="znver3" +_mtune="native" ## CPU flags ## Define your cpu flags here (get values by installing cpuid2cpuflags from the AUR and running "cpuid2cpuflags")