osx.mk

branch
v1.0
changeset 312
bebe0b436c84
parent 292
0a47ffc8b73b
equal deleted inserted replaced
311:f3c22760e814 312:bebe0b436c84
29 CC = cc 29 CC = cc
30 LD = cc 30 LD = cc
31 AR = ar 31 AR = ar
32 RM = rm 32 RM = rm
33 33
34 CFLAGS = -g -c -Wno-deprecated -Wno-format 34 CFLAGS = -c -O2 -Wno-deprecated -Wno-format
35 COFLAGS = -o 35 COFLAGS = -o
36 LDFLAGS = 36 LDFLAGS =
37 LOFLAGS = -o 37 LOFLAGS = -o
38 ARFLAGS = -r 38 ARFLAGS = -r
39 RMFLAGS = -f 39 RMFLAGS = -f

mercurial