This commit is contained in:
2026-09-12 21:13:31 +04:00
parent 6956edf6cd
commit 0a277174bc
6 changed files with 22 additions and 8 deletions
+8
View File
@@ -20,6 +20,14 @@ target_compile_definitions(trinity-compile-option-interface
INTERFACE
-DHAVE_SSE2
-D__SSE2__)
# Player-facing module messages are stored in the repository as UTF-8.
# Keep their byte representation deterministic even when the build host uses
# a different system locale.
target_compile_options(trinity-compile-option-interface
INTERFACE
-finput-charset=UTF-8
-fexec-charset=UTF-8)
message(STATUS "GCC: SFMT enabled, SSE2 flags forced")
if( WITH_WARNINGS )