gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 178/324: Makefile.am: Compile with more optimisations.


From: gnunet
Subject: [gnunet-scheme] 178/324: Makefile.am: Compile with more optimisations.
Date: Tue, 21 Sep 2021 13:23:38 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit bf7090656806908ca5d3a9afd048c600889ae22a
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 13 16:51:23 2021 +0200

    Makefile.am: Compile with more optimisations.
    
    * Makefile.am (%.go): Add "-O3" compilation flag.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 8a1ad68..f7a6a56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,7 +87,7 @@ nodist_guilesiteccache_DATA = $(modules:%.scm=%.go)
        LC_ALL=C                                                        \
        builddir="$(top_builddir)"                                      \
        GUILE_AUTO_COMPILE=0                                            \
-       $(GUILD) compile --target="$(host)"                             \
+       $(GUILD) compile -O3 --target="$(host)"                         \
          -L "$(top_srcdir)"                                            \
          -Wformat -Wunbound-variable -Warity-mismatch                  \
          -o "$@" "$<" >&$$out

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]