1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Modules
Brad King d361bf365e Emscripten: Drop hard-coded -sMAIN_MODULE and -sSIDE_MODULE flags
These flags are only needed for builds involving shared libraries,
and can cause undesirable behavior when they are not needed.
They also have variants with values like `=2`.  For now, just require
projects to add the flags when needed so they have full control.
In the future we may be able to add an abstraction to control them,
and automatically enable them when linking to shared libraries
or creating them.

Fixes: #27232
Issue: #27240
2025-09-19 09:54:02 -04:00
..
2025-09-14 21:08:16 +02:00
2025-08-07 09:42:11 -04:00
2025-08-26 14:29:01 -07:00
2025-05-26 02:55:17 +02:00
2025-09-14 21:08:16 +02:00
2025-07-30 01:10:08 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-07-27 04:54:27 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-03 22:47:00 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-12 07:17:58 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-05 22:57:05 +02:00
2025-08-02 03:23:04 +02:00
2025-09-14 21:08:16 +02:00
2025-08-04 21:26:12 +02:00
2025-08-15 05:34:56 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-02 04:31:59 +02:00
2025-08-13 04:19:03 +02:00
2025-08-04 21:26:12 +02:00
2025-08-14 07:37:26 +02:00
2025-08-14 07:37:26 +02:00
2025-08-14 07:37:26 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-04-28 19:01:09 +02:00
2025-04-28 19:01:09 +02:00
2025-04-28 19:01:09 +02:00
2025-04-28 19:01:09 +02:00
2025-04-28 19:01:09 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-06 00:37:13 +02:00
2025-08-07 01:21:25 +02:00
2025-08-22 23:10:09 +02:00
2025-08-22 23:10:09 +02:00
2025-08-04 21:26:12 +02:00
2025-08-05 06:25:34 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-04 21:26:12 +02:00
2025-08-02 03:02:21 +02:00

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers