Skip to content

Commit

Permalink
Re-enable global /LTCG on Windows.
Browse files Browse the repository at this point in the history
With /LTCGOUT: empty path it should not try generating .iobj file,
and work on both 32 bit and 64 bit build with all static libs.
  • Loading branch information
john-preston committed Feb 8, 2023
1 parent 40d9bc8 commit 1a969fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/emoji/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_executable(codegen_emoji)
init_target(codegen_emoji ltcg "(codegen)")
init_target(codegen_emoji "(codegen)")

get_filename_component(src_loc ../.. REALPATH)

Expand Down

0 comments on commit 1a969fa

Please sign in to comment.