Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build the garbage collector (libomcgc) as a shared library. #8969

Merged
merged 1 commit into from
May 17, 2022

Conversation

mahge
Copy link
Contributor

@mahge mahge commented May 17, 2022

  • The build type of omcgc with the autotools build is now changed
    to a shared library on Windows. This means it is now built everywhere
    as a shared lib.

    The CMake build was building it as a static library on all platforms
    to be consistent. Change it to shared lib now so we now, under both
    build systems and on all platforms, build omcgc as a shared library.

  - The build type of `omcgc` with the `autotools` build is now changed
    to a shared library on Windows. This means it is now built everywhere
    as a shared lib.

    The CMake build was building it as a static library on all platforms
    to be consistent. Change it to shared lib now so we now, under both
    build systems and on all platforms, build `omcgc` as a shared library.
@mahge mahge added COMP/SimRT/C Issues and pull requests related to C simulation runtime. COMP/Build System Issue and pull request related to the build systems COMP/OMC/3rdParty Issues and pull requests related to 3rdParty code for omc (only). labels May 17, 2022
@mahge mahge enabled auto-merge (squash) May 17, 2022 10:40
@mahge mahge merged commit b7b3c97 into OpenModelica:master May 17, 2022
@mahge mahge deleted the minor_fixes branch May 17, 2022 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP/Build System Issue and pull request related to the build systems COMP/OMC/3rdParty Issues and pull requests related to 3rdParty code for omc (only). COMP/SimRT/C Issues and pull requests related to C simulation runtime.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant