View | Details | Raw Unified | Return to bug 55819 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
.SUFFIXES:        #clear list of suffixes
32
.SUFFIXES:        #clear list of suffixes
33
.SUFFIXES: .cc .o #rules for .c and .o
33
.SUFFIXES: .cc .o #rules for .c and .o
34
34
35
CC = gcc
35
CC = g++
36
CFLAGS_DEBUG = -O2 -Wall -DDEBUG -g
36
CFLAGS_DEBUG = -O2 -Wall -DDEBUG -g
37
CFLAGS_NODEBUG = -O2 -Wall -g
37
CFLAGS_NODEBUG = -O2 -Wall -g
38
38

Return to bug 55819