[Forensics-changes] [yara] 338/415: Enable optimisations and remove debug information

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:21 UTC 2014


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

bengen pushed a commit to branch debian
in repository yara.

commit 02db90f5b040fbddb4ef02ba2efa52a5e383adc8
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Dec 23 12:06:09 2013 +0100

    Enable optimisations and remove debug information
---
 Makefile.am         | 2 +-
 libyara/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index bca6896..988b829 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS=-g -O4 -Wall -I$(srcdir)/libyara
+AM_CFLAGS=-O4 -Wall -I$(srcdir)/libyara
 
 # Build the library in the hand subdirectory first.
 SUBDIRS = libyara
diff --git a/libyara/Makefile.am b/libyara/Makefile.am
index 99b2243..e25f7a4 100644
--- a/libyara/Makefile.am
+++ b/libyara/Makefile.am
@@ -1,6 +1,6 @@
 AM_YFLAGS=-d
 
-AM_CFLAGS=-g -O0 -Wall -std=gnu99
+AM_CFLAGS=-O4 -Wall -std=gnu99
 
 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