diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2025-01-21 19:25:10 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2025-01-21 19:25:10 +0100 |
commit | 592c43846be3eb499c5976b9b2f2d273199102c9 (patch) | |
tree | d574db7a28d852e9f0b418802fef7e67c0dc3065 /profiles/orchid/make.default | |
parent | 80097a85716833750b07f97273d5b5e89a7eded6 (diff) | |
download | enomicon-592c43846be3eb499c5976b9b2f2d273199102c9.tar.xz |
profiles: Add orchid (fw13 laptop, fde, efistub)
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" + |