diff --git a/Cargo.toml b/Cargo.toml index 25ebadd..e38f4df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,10 @@ [workspace] resolver = "2" -default-members = [ - "server" -] -members = [ - "web", - "server", - "notmuch", - "procmail2notmuch", - "shared" -] +default-members = ["server"] +members = ["web", "server", "notmuch", "procmail2notmuch", "shared"] + +[profile.dev] +opt-level = 1 [profile.release] lto = true diff --git a/web/Trunk.toml b/web/Trunk.toml index 08c0598..88e253b 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -1,5 +1,5 @@ [build] -release = true +release = false [serve] # The address to serve on. @@ -12,7 +12,7 @@ backend = "http://localhost:9345/api/" [[hooks]] stage = "pre_build" command = "printf" -command_arguments = [ "\\033c" ] +command_arguments = ["\\033c"] #[[hooks]] #stage = "pre_build"