WiP. fwrites are being stopped by AZCoreLogSink; need a long term solution to work around this...

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-11-15 12:37:21 -08:00
parent fe5aeb9a5f
commit 4d161f42df
3 changed files with 9 additions and 2 deletions
@@ -8,6 +8,7 @@
#include <AzFramework/Process/ProcessCommunicator.h>
#pragma optimize("", off) //< remember to place this after the #includes so that you only optimize the code you want
namespace AzFramework
{
@@ -274,3 +275,4 @@ namespace AzFramework
}
} // namespace AzToolsFramework
#pragma optimize("", on)