Add /bigobj flag to compile options

This commit is contained in:
Jeremy Rimpo
2020-09-09 19:38:50 -05:00
parent 64fd574c3b
commit b96e006e7d
+1
View File
@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.16)
project(pythonrunner)
set(project_type plugin)
set(enable_warnings OFF)
set(enable_bigobj ON)
set(install_dir bin/plugins/data)
set(create_translations ON)