Skip to content

Commit 83c3a98

Browse files
committed
Remove duplicated arflag
1 parent 28c184a commit 83c3a98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nvdaHelper/archBuild_sconscript

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ if "RTC" in debug:
152152
# We always want debug symbols
153153
env.Append(PDB="${TARGET}.pdb")
154154
env.Append(
155-
LINKFLAGS="/OPT:REF",
156-
ARFLAGS="/LTCG"
155+
LINKFLAGS="/OPT:REF"
157156
) # having symbols usually turns this off but we have no need for unused symbols
158157

159158
env.Append(

0 commit comments

Comments
 (0)