From 9cbe92a3f1ea871cb23818e32a1b0f85734d9453 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Tue, 19 Jan 2010 20:25:13 +0000 Subject: Removed debugging flag. GNU Autotools is setting default debugging (-g) and optimization flags (-O2) automatically. To override these exporting CFLAGS at ./configure time is necessary. --- diff --git a/src/Makefile.am b/src/Makefile.am index 06a6f5c..49244fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,4 +29,4 @@ noinst_HEADERS = \ model/sequence_data.h \ model/sequence_data_init.h -AM_CFLAGS = -Wall -std=gnu99 -ggdb +AM_CFLAGS = -Wall -std=gnu99 -- cgit v0.8.3.1-22-g547a