X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/28c176b668c841a3b7fb093faccf0efa39257603..270869139db617e29a35bb9ded41087bb702f9ac:/lunaix-os/usr/LBuild diff --git a/lunaix-os/usr/LBuild b/lunaix-os/usr/LBuild index 03a89ee..4b0617c 100644 --- a/lunaix-os/usr/LBuild +++ b/lunaix-os/usr/LBuild @@ -4,7 +4,11 @@ sources([ "signal_demo", "cat", "stat", - "test_pthread" + "test_pthread", + "file_test", + "maze", + "mkdir", + "rm", ]) compile_opts([ @@ -36,3 +40,5 @@ if config("arch") == "x86_64": else: compile_opts("-m32") linking_opts("-m32") + +compile_opts("-mno-sse") \ No newline at end of file