[Forensics-changes] [yara] 75/135: Enable optimisations by default

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:34 UTC 2017


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

bengen pushed a commit to annotated tag v3.1.0
in repository yara.

commit f8fd52d02f6f9e5c05f2dd2f8d22c44ab3008a74
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Jul 24 13:16:14 2014 +0200

    Enable optimisations by default
---
 Makefile.am         | 2 +-
 libyara/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 38399c4..04dee0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS=-g -O0 -Wall -I$(srcdir)/libyara/include
+AM_CFLAGS=-O3 -Wall -I$(srcdir)/libyara/include
 
 # Build the library in the hand subdirectory first.
 SUBDIRS = libyara
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 968b87f..26f4f45 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -14,7 +14,7 @@ endif
 
 AM_YFLAGS=-d
 
-AM_CFLAGS=-g -O0 -Wall -std=gnu99 -I./include
+AM_CFLAGS=-O3 -Wall -std=gnu99 -I./include
 
 ACLOCAL_AMFLAGS=-I m4
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list