Skip to content

Commit 9daf4cf

Browse files
committed
Configure xParSys.cpp to use sym on
1 parent 324c7fd commit 9daf4cf

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
@@ -568,7 +568,7 @@ def MatchingFor(*versions):
568568
Object(NonMatching, "SB/Core/x/xNPCBasic.cpp"),
569569
Object(NonMatching, "SB/Game/zEntPlayerBungeeState.cpp", extra_cflags=["-sym on"]),
570570
Object(NonMatching, "SB/Game/zCollGeom.cpp"),
571-
Object(NonMatching, "SB/Core/x/xParSys.cpp"),
571+
Object(NonMatching, "SB/Core/x/xParSys.cpp", extra_cflags=["-sym on"]),
572572
Object(NonMatching, "SB/Core/x/xParEmitter.cpp"),
573573
Object(Matching, "SB/Core/x/xVolume.cpp"),
574574
Object(NonMatching, "SB/Core/x/xParEmitterType.cpp"),

0 commit comments

Comments
 (0)