Fixes inline warning on 32bit intel

This commit is contained in:
Sears Russell 2006-11-11 00:36:48 +00:00
parent cb90e015a1
commit 75b0de74cd

View file

@ -1,8 +1,8 @@
EXTRA_DIST = reconf EXTRA_DIST = reconf
SUBDIRS = src test utilities benchmarks 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! ## 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 # -feliminate-unused-debug-symbols -feliminate-unused-debug-types -funit-at-a-time -finline-functions -fno-keep-static-consts