File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OBJECTS = AVPlayer_Video.o AVPlayer_Audio.o pch.o
1313
1414ifeq ($(RELEASE ) ,1)
1515FLAGS = -c
16- DEBUG =
16+ DEBUG = -O2
1717else
1818 ifeq ($(PLATFORM),mac)
1919 FLAGS = -c
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ OBJECTS = InfoReport_APIMachine.o pch.o
1212
1313ifeq ($(RELEASE ) ,1)
1414FLAGS = -c
15- DEBUG =
15+ DEBUG = -O2
1616else
1717 ifeq ($(PLATFORM),mac)
1818 FLAGS = -c
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ OBJECTS = json_reader.o json_value.o json_writer.o
1212
1313ifeq ($(RELEASE ) ,1)
1414FLAGS = -c
15- DEBUG =
15+ DEBUG = -O2
1616else
1717 ifeq ($(PLATFORM),mac)
1818 FLAGS = -c
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ OBJECTS = pch.o tinyxml2.o
1212
1313ifeq ($(RELEASE ) ,1)
1414FLAGS = -c
15- DEBUG =
15+ DEBUG = -O2
1616else
1717 ifeq ($(PLATFORM),mac)
1818 FLAGS = -c
You can’t perform that action at this time.
0 commit comments