Browse Source

Fix comp

Signed-off-by: crueter <crueter@eden-emu.dev>
lizzie/unity-build
crueter 2 days ago
parent
commit
674e97e383
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 1
      CMakeLists.txt
  2. 1
      src/network/packet.h
  3. 2
      src/yuzu/CMakeLists.txt

1
CMakeLists.txt

@ -69,6 +69,7 @@ endif()
# my unity/jumbo build
option(ENABLE_UNITY_BUILD "Enable Unity/Jumbo build" OFF)
if(MSVC AND ENABLE_UNITY_BUILD)
message(STATUS "Unity build")
# Unity builds need big objects for MSVC...
add_compile_options(/bigobj)
endif()

1
src/network/packet.h

@ -5,6 +5,7 @@
#include <array>
#include <vector>
#include <string>
#include "common/common_types.h"
namespace Network {

2
src/yuzu/CMakeLists.txt

@ -364,7 +364,7 @@ target_sources(yuzu PRIVATE
)
# Add the QRC file to package in all QM files
qt_add_resources(
qt_add_resources(yuzu
${QRC_COMPAT_LIST}
${QRC_ICONS}
${QRC_THEMES}

Loading…
Cancel
Save