Well I'm a newcomer in FreeBSD, I come from GNU/Linux and I used Gentoo/Funtoo and Debian, my doubt is referent at options in the /etc/make.conf, I've this hardware:
CPU: Intel Pentium G645 (SandyBridge without AVX, AES extensions)
VIDEO: Intel HD 2000
RAM: 4 GB Ram
MB: AsRock H61-VG3
And this options on my actual /etc/make.conf
My questions:
Use CPUTYPE=native is correct or problematic when use clang/llvm?
Some form for activate cpu extensions (mmx, mmxext, sse, sse2, sse3, ssse3, sse4_1, sse4_2, popcnt) using /etc/make.conf options for packages ports with support for this (ex. ffmpeg)?
CPU: Intel Pentium G645 (SandyBridge without AVX, AES extensions)
VIDEO: Intel HD 2000
RAM: 4 GB Ram
MB: AsRock H61-VG3
And this options on my actual /etc/make.conf
Code:
CPUTYPE=native
CFLAGS=-O2 -pipe -fomit-frame-pointer
CXXFLAGS=-O2 -pipe -fomit-frame-pointer
MAKE_JOBS_NUMBER=3
BUILD_OPTIMIZED=YES
WITH_CPUFLAGS=YES
WITH_OPTIMIZED_CFLAGS=YES
WITH_NLS=YES
My questions:
Use CPUTYPE=native is correct or problematic when use clang/llvm?
Some form for activate cpu extensions (mmx, mmxext, sse, sse2, sse3, ssse3, sse4_1, sse4_2, popcnt) using /etc/make.conf options for packages ports with support for this (ex. ffmpeg)?