blob: 0aa014d450e2bbf228a80d8d99c84b5b9aa1f37f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- common.mk.orig 2010-09-03 19:22:37 UTC
+++ common.mk
@@ -9,7 +9,6 @@ VERSION = 0.4.0
VERSION = 0.4.0
# These may be overridden by config.mk
-DATADIR = data
#UNIVERSAL = 1
#NOBUNDLE = 1
@@ -174,12 +173,10 @@ ifeq ($(DEBUG),1)
ifeq ($(DEBUG),1)
RELEASE = debug
- CFLAGS += -g -O0 -DLM_DEBUG
else
RELEASE = release
# Take O-flag from CFLAGS if we already have it set
ifneq ($(filter -O%,$(CFLAGS)),)
- CFLAGS += -O2
endif
endif
|