diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2018-11-24 10:58:33 -0800 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2018-11-24 10:58:33 -0800 |
commit | e734173e6f5df2fc9df39dc8b98a03e8b83d889f (patch) | |
tree | f2cf6ad37765b04759e072b5470fb0dc185f62c0 /fs/Makefile | |
parent | c8fad64066650ed6089bf3bf39dbf3f5389f3a04 (diff) |
URL and title kind of work.
direct_io option makes it reliably change.
Big speedup from... removing prints. Did I even need multithreading?
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/Makefile b/fs/Makefile index 806daa8..0a85261 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -29,11 +29,9 @@ clean: rm -f $(TARGETS) *.o rm -rf *.dSYM -remount: unmount mount - unmount: killall -9 hello || true diskutil unmount force mnt || true mount: hello - ./hello -s -f mnt + ./hello -odirect_io -f mnt |