Skip to content

Commit

Permalink
revert ldflags fix
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer authored May 1, 2022
1 parent d71d9d2 commit d64101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TIGERLAKE.gn
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ config("compiler_cpu_abi") {
"-maes",
"-ffp-contract=fast",
]
ldflags += [ "-m64", "-Wl,-O3", "-Wl,-mllvm,-march=haswell", "-Wl,-mllvm,-ffp-contract=fast", ]
ldflags += [ "-m64", "-Wl,-O3", "-Wl,-mllvm,-march=haswell", "-Wl,-mllvm,-fp-contract=fast", ]
} else if (current_cpu == "x86") {
cflags += [ "-m32" ]
ldflags += [ "-m32" ]
Expand Down

0 comments on commit d64101c

Please sign in to comment.