Skip to content

Commit a996bc1

Browse files
committed
Configure sym on for xCutscene.cpp
1 parent 8392e03 commit a996bc1

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
@@ -418,7 +418,7 @@ def MatchingFor(*versions):
418418
Object(Matching, "SB/Core/x/xCollideFast.cpp"),
419419
Object(Matching, "SB/Core/x/xColor.cpp"),
420420
Object(Matching, "SB/Core/x/xCounter.cpp"),
421-
Object(NonMatching, "SB/Core/x/xCutscene.cpp"),
421+
Object(NonMatching, "SB/Core/x/xCutscene.cpp", extra_cflags=["-sym on"]),
422422
Object(NonMatching, "SB/Core/x/xDebug.cpp", extra_cflags=["-sym on"]),
423423
Object(Equivalent, "SB/Core/x/xEnt.cpp", extra_cflags=["-sym on"]),
424424
Object(Equivalent, "SB/Core/x/xEntDrive.cpp", extra_cflags=["-sym on"]),

0 commit comments

Comments
 (0)