gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 04/12: Don't compile with -O3.


From: gnunet
Subject: [gnunet-scheme] 04/12: Don't compile with -O3.
Date: Thu, 03 Feb 2022 18:42:49 +0100

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 b349b5c00ec13fc059f6de37e939d6322488da36
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 3 15:25:10 2022 +0000

    Don't compile with -O3.
    
    It has been developed with -O2 and nowadays Guile
    does cross-modular inlining at -O3, so let's play
    safe for now.
    
    * Makefile.am (%.go:%.scm): Use -O2 instead of -O3.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7ea02b6..ec5d022 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,7 +147,7 @@ nobase_nodist_guilesiteccache_DATA = $(GOBJECTS)
        LC_ALL=C                                                        \
        builddir="$(top_builddir)"                                      \
        GUILE_AUTO_COMPILE=0                                            \
-       $(GUILD) compile -O3 --target="$(host)"                         \
+       $(GUILD) compile -O2 --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]