Skip to content

Commit 66e9b81

Browse files
committed
update:enable to compiler improved
1 parent 865c50f commit 66e9b81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

XEngine_Module/XEngine_AVPlayer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OBJECTS = AVPlayer_Video.o AVPlayer_Audio.o pch.o
1313

1414
ifeq ($(RELEASE),1)
1515
FLAGS = -c
16-
DEBUG =
16+
DEBUG = -O2
1717
else
1818
ifeq ($(PLATFORM),mac)
1919
FLAGS = -c

XEngine_Module/XEngine_InfoReport/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJECTS = InfoReport_APIMachine.o pch.o
1212

1313
ifeq ($(RELEASE),1)
1414
FLAGS = -c
15-
DEBUG =
15+
DEBUG = -O2
1616
else
1717
ifeq ($(PLATFORM),mac)
1818
FLAGS = -c

XEngine_Module/jsoncpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJECTS = json_reader.o json_value.o json_writer.o
1212

1313
ifeq ($(RELEASE),1)
1414
FLAGS = -c
15-
DEBUG =
15+
DEBUG = -O2
1616
else
1717
ifeq ($(PLATFORM),mac)
1818
FLAGS = -c

XEngine_Module/tinyxml2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJECTS = pch.o tinyxml2.o
1212

1313
ifeq ($(RELEASE),1)
1414
FLAGS = -c
15-
DEBUG =
15+
DEBUG = -O2
1616
else
1717
ifeq ($(PLATFORM),mac)
1818
FLAGS = -c

0 commit comments

Comments
 (0)