-march=x86-64 -mtune=generic to -march=native
MAKEFLAGS="-j$(nproc)"
| using System; | |
| using System.Runtime.CompilerServices; | |
| using Godot.Collections; | |
| using Array = Godot.Collections.Array; | |
| /* Example Usage: | |
| // Declare a class with the attribute | |
| [CSharpScript] | |
| public class CustomResource : Resource { ... } |