From a9ed8470b438c9bcefcbfaa703a9e3f48fddc3e6 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 20 Jul 2020 20:41:00 +0300 Subject: [PATCH] win: try to disable /RTC flags --- win/cglm-test.vcxproj | 2 ++ win/cglm.vcxproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/win/cglm-test.vcxproj b/win/cglm-test.vcxproj index 6599103..4b8a46c 100644 --- a/win/cglm-test.vcxproj +++ b/win/cglm-test.vcxproj @@ -145,6 +145,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true ../include;%(AdditionalIncludeDirectories) + Default Console @@ -162,6 +163,7 @@ _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true ../include;%(AdditionalIncludeDirectories) + Default Console diff --git a/win/cglm.vcxproj b/win/cglm.vcxproj index a95f21e..84769a6 100644 --- a/win/cglm.vcxproj +++ b/win/cglm.vcxproj @@ -247,6 +247,7 @@ CompileAsC true + Default Windows @@ -266,6 +267,7 @@ CompileAsC true + Default Windows