diff options
Diffstat (limited to 'profiles/orchid/make.default')
-rw-r--r-- | profiles/orchid/make.default | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/orchid/make.default b/profiles/orchid/make.default new file mode 100644 index 0000000..80f9a7c --- /dev/null +++ b/profiles/orchid/make.default @@ -0,0 +1,6 @@ +MAKEOPTS="-j16 -l16" +EMERGE_DEFAULT_OPTS="--jobs 16 --ask --keep-going --autounmask" +VIDEO_CARDS="amdgpu radeonsi lavapipe" +INPUT_DEVICES="libinput joystick wacom" +CPU_FLAGS_X86="aes avx avx2 avx512_bf16 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 vpclmulqdq" + |