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