diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-01 16:25:42 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:28 +1100 |
commit | ae620d5c36c2742cb4a7429a461e02bd6dbef201 (patch) | |
tree | 96b4f3b9bffcacad3a4a093438c9f784ddcc0050 /src/mesa/pipe/cell/spu/Makefile | |
parent | de5d995201d617aca729efbc2821efde4b05685f (diff) |
Cell: use global color_shuffle to remove a switch stmnt
Diffstat (limited to 'src/mesa/pipe/cell/spu/Makefile')
-rw-r--r-- | src/mesa/pipe/cell/spu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/Makefile b/src/mesa/pipe/cell/spu/Makefile index 2d031bfbc6..91a631b699 100644 --- a/src/mesa/pipe/cell/spu/Makefile +++ b/src/mesa/pipe/cell/spu/Makefile @@ -8,6 +8,8 @@ TOP = ../../../../.. include $(TOP)/configs/linux-cell +OPT_FLAGS=-g +OPT_FLAGS=-O3 PROG = g3d PROG_SPU = $(PROG)_spu |