From 8f2f92d64b6e7a9379d33a830c55755d66005f9f Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Tue, 29 Oct 2024 21:53:55 +0000 Subject: [PATCH] Removed note about `-march=native`, as this seems to be incorrect information --- Building-From-Source.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Building-From-Source.md b/Building-From-Source.md index 87bf658..3a679d7 100644 --- a/Building-From-Source.md +++ b/Building-From-Source.md @@ -193,5 +193,3 @@ Then, follow these instructions: - Make the executable: `make` - -Note: Making use of `-march=native` has been observed to cause emulator crashes. It is not recommended to include this flag while compiling. \ No newline at end of file