diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-05 15:12:18 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:31 +1100 |
commit | d154f6a24b7c7265306d43fcb3b43dc759ad9bd2 (patch) | |
tree | e12962292531d8d7340c8abcd0398fdb8acad80c /src | |
parent | 14f1f2523b0186fe65f13b1981a782768d4f8376 (diff) |
Cell: remove accidentally added OPT_FLAGS lines
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/cell/spu/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/spu/Makefile b/src/mesa/pipe/cell/spu/Makefile index 66f16cde9b..f202971d73 100644 --- a/src/mesa/pipe/cell/spu/Makefile +++ b/src/mesa/pipe/cell/spu/Makefile @@ -8,8 +8,6 @@ TOP = ../../../../.. include $(TOP)/configs/linux-cell -OPT_FLAGS=-g -OPT_FLAGS=-O3 PROG = g3d PROG_SPU = $(PROG)_spu |