From 6d722a73abbabed765a4a365f88837e378e8f4d5 Mon Sep 17 00:00:00 2001 From: kf Date: Sun, 13 Apr 2025 13:46:18 +0800 Subject: [PATCH] Fix build on ARM64 --- Source/GmmLib/Linux.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GmmLib/Linux.cmake b/Source/GmmLib/Linux.cmake index 87b74d8..5ef0a1d 100644 --- a/Source/GmmLib/Linux.cmake +++ b/Source/GmmLib/Linux.cmake @@ -22,7 +22,7 @@ if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "^aarch") SET (GMMLIB_COMPILER_FLAGS_COMMON #general warnings - #-Wall + -Wall -Winit-self -Winvalid-pch -Wpointer-arith