Skip to content

Commit 2108ca1

Browse files
committed
fixed:ios build failure
1 parent 052cee0 commit 2108ca1

File tree

1 file changed

+2
-2
lines changed
  • XEngine_Module/XEngine_Verification

1 file changed

+2
-2
lines changed

XEngine_Module/XEngine_Verification/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ else
2020
FLAGS = -c
2121
DEBUG = -g -D _DEBUG
2222
else
23-
FLAGS = -c -lc_p
24-
DEBUG = -g -pg -D _DEBUG
23+
FLAGS = -c
24+
DEBUG = -g -D _DEBUG
2525
endif
2626
endif
2727

0 commit comments

Comments
 (0)