From 5dc4226d011fd997870064f836b1a4609d7ab4bb Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 12 Mar 2009 18:55:38 +0000 Subject: chanded some variable names svn path=/trunk/externals/iem/iemgui/; revision=10861 --- src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 7ad8296..bb87457 100644 --- a/src/makefile +++ b/src/makefile @@ -12,8 +12,8 @@ LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Wno-unused \ - -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -fPIC \ - -DDL_OPEN + -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) -- cgit v1.2.1