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
parent
14e7754334
commit
0eacd54b14
@ -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
|
|
||||||
)
|
|
||||||
@ -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…
Reference in New Issue