comparison Makefile @ 237:3ad28b1e2150

* Update OS/X build stuff, and some minor doc updates
author cannam
date Fri, 07 Nov 2008 17:05:07 +0000
parents 7b12c3decc42
children 70e6826adc64
comparison
equal deleted inserted replaced
236:7739a9ee3fa4 237:3ad28b1e2150
36 # 36 #
37 default: all 37 default: all
38 38
39 # Compile flags 39 # Compile flags
40 # 40 #
41 CXXFLAGS := $(CXXFLAGS) -g -Wall -I. -fPIC 41 CXXFLAGS := $(CXXFLAGS) -O2 -Wall -I. -fPIC
42 42
43 # ar, ranlib 43 # ar, ranlib
44 # 44 #
45 AR := ar 45 AR := ar
46 RANLIB := ranlib 46 RANLIB := ranlib