Skip to content

Commit

Permalink
Change flags
Browse files Browse the repository at this point in the history
  • Loading branch information
SegoGithub authored Aug 15, 2024
1 parent 6c812a9 commit 37e4550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/development/godot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
lastversion extract godot -b 3

echo "Building godot, this may take a few hours..."
scons platform=x11 target=release_debug tools=yes use_llvm=yes CCFLAGS="-march=armv8-a+fp+simd" arch=arm64 -j4
scons platform=x11 target=release_debug tools=yes use_llvm=yes CCFLAGS="-march=native" arch=arm64 -j$(nproc)

sudo mkdir /usr/local/share/pixmaps
sudo cp icon.svg /usr/local/share/pixmaps/godot.svg
Expand Down

0 comments on commit 37e4550

Please sign in to comment.