Last active
December 21, 2024 19:19
-
-
Save xuhdev/8ab8d6367da94aed9eacb0c0ef2b3fff to your computer and use it in GitHub Desktop.
Revisions
-
xuhdev revised this gist
Dec 21, 2024 . No changes.There are no files selected for viewing
-
xuhdev revised this gist
Dec 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ CFLAGS=-march=native CXXFLAGS=-march=native meson setup --prefix=$HOME/.local/opt/mu -Dguile=disabled build meson compile -C build meson install -C build -
xuhdev revised this gist
Dec 21, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ CFLAGS=-march=native meson setup --prefix=$HOME/.local/opt/mu -Dguile=disabled build meson compile -C build meson install -C build -
xuhdev created this gist
Dec 18, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ meson setup --prefix=$HOME/.local/opt/mu -Dguile=disabled build meson compile -C build meson install -C build