From 75b0de74cd9d44573cc14180e0353fb0ef224dfb Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Sat, 11 Nov 2006 00:36:48 +0000 Subject: [PATCH] Fixes inline warning on 32bit intel --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3bb6f62..34b6fab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ EXTRA_DIST = reconf SUBDIRS = src test utilities benchmarks -export GLOBAL_CFLAGS = -g -Wall -pedantic -std=gnu99 -Winline -DPBL_COMPAT +export GLOBAL_CFLAGS = -g -Wall -pedantic -std=gnu99 -DPBL_COMPAT ## GOAL: Make these not warn! -#-Wextra -Wno-unused-parameter +#-Wextra -Wno-unused-parameter -Winline # -feliminate-unused-debug-symbols -feliminate-unused-debug-types -funit-at-a-time -finline-functions -fno-keep-static-consts