Remove _CRT_SECURE_NO_DEPRECATE from the haxe toolchain#1160
Remove _CRT_SECURE_NO_DEPRECATE from the haxe toolchain#1160Simn merged 1 commit intoHaxeFoundation:masterfrom
_CRT_SECURE_NO_DEPRECATE from the haxe toolchain#1160Conversation
|
Here is a page from the microsoft docs which mentions the define, confirming that it's windows-specific: https://github.com/MicrosoftDocs/cpp-docs/blob/25815cbe0dd6bae018890dd85eb10e5e5feece8e/docs/c-runtime-library/security-features-in-the-crt.md |
|
I noticed, the msvc toolchain already adds this flag for all msvc builds: hxcpp/toolchain/msvc-toolchain.xml Line 104 in 1618253 So I wonder if it's safe to remove it from |
Perhaps, if it doesnt break anything. |
_CRT_SECURE_NO_DEPRECATE on non-windows targets._CRT_SECURE_NO_DEPRECATE from the haxe toolchain
|
@Simn this is also a good fix, we don't want to polute non-msvc builds with a msvc specific flag |
No description provided.