From 85ae21d5dda29fcd6b0f7a145804323b084a5801 Mon Sep 17 00:00:00 2001 From: Robert Wenzlaff Date: Fri, 26 Dec 2003 20:12:42 +0000 Subject: Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and source/blender/include/BIF_cursors.h. Allows large cursors on Win32 and X11. See cursors.c for documentatioin on how to use. --- source/nan_compile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/nan_compile.mk') diff --git a/source/nan_compile.mk b/source/nan_compile.mk index 49c275305d2..f5ffaac07ff 100644 --- a/source/nan_compile.mk +++ b/source/nan_compile.mk @@ -120,11 +120,11 @@ ifeq ($(OS),linux) CC = gcc CCC = g++ # CFLAGS += -pipe - CFLAGS += -pipe -fPIC - CCFLAGS += -pipe -fPIC + CFLAGS += -pipe -fPIC -ggdb -march=athlon-xp -ffast-math -msse -mmmx + CCFLAGS += -pipe -fPIC -ggdb -march=athlon-xp -ffast-math -msse -mmmx # CCFLAGS += -pipe - REL_CFLAGS += -O2 - REL_CCFLAGS += -O2 + REL_CFLAGS += -O3 + REL_CCFLAGS += -O3 NAN_DEPEND = true ifeq ($(CPU),alpha) CFLAGS += -mieee -- cgit v1.2.3