]> Projects - orf-overlay.git/commitdiff Test
make.defaults: change the comment styling
authorOrfeas <redacted>
Mon, 22 Sep 2025 18:55:24 +0000 (21:55 +0300)
committerOrfeas <redacted>
Mon, 22 Sep 2025 18:55:24 +0000 (21:55 +0300)
profiles/amd64-desktop/make.defaults

index 24b07dc523da77349ccbf87acef389aea2044ab7..d62360ec75ecdc1a53b703561d7f7894a9c57504 100644 (file)
@@ -1,22 +1,16 @@
 # CPU flags
 #
-# mmx, mmxext:
-# sse, sse2, sse3, ssse3, sse4_1, sse4_2: Streaming SIMD Extensions
-# popcnt: count number of bits set to 1 (useful in encryption)
 CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 popcnt"
 
 # LTO flags
 #
-# Source: https://wiki.gentoo.org/wiki/LTO#Enabling_LTO_System-wide
+# SOURCE: https://wiki.gentoo.org/wiki/LTO#Enabling_LTO_System-wide
 WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
 LTO_FLAGS="-flto ${WARNING_FLAGS}"
 USE="${USE} lto"
 
 # Common compilation flags
 #
-# -pipe: use pipes instead of temporary files to pass .s files to the assembler,
-#        avoiding unnecessary I/O
-# -O2:   O2 optimizations are safe enough in the majority of times
 COMMON_FLAGS="-march=x86-64-v3 -O2 -pipe ${LTO_FLAGS}"
 RUSTFLAGS="-C target-cpu=x86-64"
 
@@ -99,7 +93,6 @@ INPUT_DEVICES="evdev libinput"
 
 # Localization
 #
-#
 L10N=""
 
 # Licensing