Skip to content

Commit

Permalink
Quick & dirty fix of velvet segfault at startup, compile src/Velvet w…
Browse files Browse the repository at this point in the history
…ithout optimization.
  • Loading branch information
pvossos committed Apr 3, 2011
1 parent 2fa66aa commit 93c5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Velvet/Makefile
Expand Up @@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include
CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include -O0
LDFLAGS = $(LDOPTS) -L$(X11LIB)
LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBFELT) $(LIBELT) $(LIBMTX)\
-lGLw -lGLU -lGL -lpthread -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
Expand Down

0 comments on commit 93c5f2c

Please sign in to comment.