Skip to content

Commit d02d949

Browse files
authored
Removed build flag which was causing issues on Windows when building (#120)
SkJumper_generated_win.S.
1 parent 82a50e8 commit d02d949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/config/compiler/BUILD.gn

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ config("compiler") {
8181
# Windows compiler flags setup.
8282
# -----------------------------
8383
cflags += [
84-
"/Gy", # Enable function-level linking.
8584
"/GS", # Enable buffer security checking.
8685
"/FS", # Preserve previous PDB behavior.
8786
]

0 commit comments

Comments
 (0)