From c127cf0bfd005cdff761c29f47ce47d2b363d4e5 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 24 Mar 2021 18:34:06 +0000 Subject: [PATCH] more C build flags --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index d47230c..4aa0de1 100644 --- a/build.rs +++ b/build.rs @@ -15,7 +15,7 @@ fn build_tramp() .opt_level(3) .flag_if_supported("-flto") - // Not sure if we want these two. We can check the codegen later + // Not sure if we want these two. We can check the codegen later. .pic(false) .use_plt(false)