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 53d1322 commit 3d7e1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@

add_library(lib_crl OBJECT)
add_library(desktop-app::lib_crl ALIAS lib_crl)
init_target(lib_crl ltcg)
init_target(lib_crl)

get_filename_component(src_loc . REALPATH)

Expand Down

0 comments on commit 3d7e1e1

Please sign in to comment.