Skip to content

Commit 342e598

Browse files
committed
Configure sym on for xCutscene.cpp
1 parent 57f8b2c commit 342e598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def MatchingFor(*versions):
417417
Object(Matching, "SB/Core/x/xCollideFast.cpp"),
418418
Object(Matching, "SB/Core/x/xColor.cpp"),
419419
Object(Matching, "SB/Core/x/xCounter.cpp"),
420-
Object(NonMatching, "SB/Core/x/xCutscene.cpp"),
420+
Object(NonMatching, "SB/Core/x/xCutscene.cpp", extra_cflags=["-sym on"]),
421421
Object(NonMatching, "SB/Core/x/xDebug.cpp", extra_cflags=["-sym on"]),
422422
Object(Equivalent, "SB/Core/x/xEnt.cpp", extra_cflags=["-sym on"]),
423423
Object(Equivalent, "SB/Core/x/xEntDrive.cpp", extra_cflags=["-sym on"]),

0 commit comments

Comments
 (0)