diff --git a/nymph.nimble b/nymph.nimble index 06d4fe8..194ad0e 100644 --- a/nymph.nimble +++ b/nymph.nimble @@ -64,6 +64,8 @@ task build_ex, "Build given example plugin": echo &"Compiling plugin {example} in release mode." switch("define", "release") switch("opt", "speed") + switch("define", "lto") + switch("define", "strip") setCommand("compile", source) else: