mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
5dd6716ee9
The /clang: suffix passed to Clang-CL was accidentally also passed to
the regular standalone Clang, which caused compilation to fail. We now
pass /W3 to Clang-CL, which it interprets as -Wall.
The _CRT_SECURE_NO_WARNINGS macro is now defined for both Clang and
Clang-CL.
The /entry: flag passed to link.exe is now also passed to lld-link,
letting the windows subsystem tests and examples link.
Fixes #1807.
Closes #1824.
Closes #1874.
(cherry picked from commit
|
||
---|---|---|
.. | ||
boing.c | ||
CMakeLists.txt | ||
gears.c | ||
glfw.icns | ||
glfw.ico | ||
glfw.rc | ||
heightmap.c | ||
offscreen.c | ||
particles.c | ||
sharing.c | ||
simple.c | ||
splitview.c | ||
wave.c |