removing unnecessary bigobj flags from files (its applied globally)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 4 years ago
parent 14e7754334
commit 0eacd54b14

@ -5,8 +5,3 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
ly_add_source_properties(
SOURCES MainWindow.cpp CryEdit.cpp
PROPERTY COMPILE_OPTIONS
VALUES -bigobj
)

@ -20,7 +20,6 @@ ly_add_target(
AzToolsFramework/aztoolsframework_files.cmake
AzToolsFramework/aztoolsframework_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
Platform/${PAL_PLATFORM_NAME}/platform_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
Platform/Common/${PAL_TRAIT_COMPILER_ID}/aztoolsframework_${PAL_TRAIT_COMPILER_ID_LOWERCASE}.cmake
INCLUDE_DIRECTORIES
PUBLIC
.

@ -1,7 +0,0 @@
#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#

@ -1,13 +0,0 @@
#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
ly_add_source_properties(
SOURCES AzToolsFramework/Application/ToolsApplication.cpp
PROPERTY COMPILE_OPTIONS
VALUES -bigobj
)

@ -5,13 +5,3 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
ly_add_source_properties(
SOURCES
Tests/PythonAssetBuilderTest.cpp
Tests/PythonBuilderRegisterTest.cpp
Tests/PythonBuilderCreateJobsTest.cpp
Tests/PythonBuilderProcessJobTest.cpp
PROPERTY COMPILE_OPTIONS
VALUES -bigobj
)

@ -87,8 +87,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
NAMESPACE Gem
FILES_CMAKE
scriptcanvastestingeditor_tests_files.cmake
PLATFORM_INCLUDE_FILES
Platform/Common/${PAL_TRAIT_COMPILER_ID}/scriptcanvastesting_editor_tests_${PAL_TRAIT_COMPILER_ID_LOWERCASE}.cmake
INCLUDE_DIRECTORIES
PRIVATE
.

@ -1,7 +0,0 @@
#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#

@ -1,28 +0,0 @@
#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
ly_add_source_properties(
SOURCES
Source/Framework/ScriptCanvasTestUtilities.cpp
Tests/ScriptCanvas_BehaviorContext.cpp
Tests/ScriptCanvas_ContainerSupport.cpp
Tests/ScriptCanvas_Core.cpp
Tests/ScriptCanvas_EventHandlers.cpp
Tests/ScriptCanvas_Math.cpp
Tests/ScriptCanvas_MethodOverload.cpp
Tests/ScriptCanvas_NodeGenerics.cpp
Tests/ScriptCanvas_Regressions.cpp
Tests/ScriptCanvas_RuntimeInterpreted.cpp
Tests/ScriptCanvas_Slots.cpp
Tests/ScriptCanvas_StringNodes.cpp
Tests/ScriptCanvas_UnitTesting.cpp
Tests/ScriptCanvas_Variables.cpp
Tests/ScriptCanvas_VM.cpp
PROPERTY COMPILE_OPTIONS
VALUES -bigobj
)
Loading…
Cancel
Save