diff --git a/src/host/exe/lto_symbols.inc b/src/host/exe/lto_symbols.inc deleted file mode 100644 index e29a4569a6..0000000000 --- a/src/host/exe/lto_symbols.inc +++ /dev/null @@ -1,3 +0,0 @@ -LLVM_LTO_EXPORTED_SYMBOLS = \ - _tlgDefineProvider_annotation__Tlgg_ConhostLauncherProviderProv \ - wWinMain \ diff --git a/src/host/exe/sources b/src/host/exe/sources index 76c7e0f101..83c1bc246c 100644 --- a/src/host/exe/sources +++ b/src/host/exe/sources @@ -22,10 +22,6 @@ UMTYPE = windows UMENTRY = wwinmain TARGET_DESTINATION = retail -!if "$(CLANG_LTO)" == "1" -!include lto_symbols.inc -!endif - # ------------------------------------- # Build System Settings # -------------------------------------