Coder Social home page Coder Social logo

Comments (6)

messense avatar messense commented on August 16, 2024 2

Any chance this could be made an env variable or a cli flag?

Sure, pull requests are welcome.

from cargo-xwin.

msdrigg avatar msdrigg commented on August 16, 2024

The only place I am seeing MSVCRTD mentioned anywhere in the eclipse organization is here

https://github.com/eclipse/omr/blob/83cb59850cf7c9da28183aeeaa7747908160835a/omrmakefiles/rules.win.mk#L147

and, funnily enough, here

https://github.com/eclipse/omr/blob/83cb59850cf7c9da28183aeeaa7747908160835a/cmake/modules/platform/toolcfg/msvc.cmake#L68

from cargo-xwin.

messense avatar messense commented on August 16, 2024

We don't keep debug libs to reduce disk usage. You can try compile in release mode.

cargo-xwin/src/common.rs

Lines 288 to 289 in 9f074e8

include_debug_libs: false,
include_debug_symbols: false,

from cargo-xwin.

msdrigg avatar msdrigg commented on August 16, 2024

Any chance this could be made an env variable or a cli flag?

Additionally I'm not seeing too much of a difference in the disk usage with include_debug_libs enabled (not symbols)

With debug libs

 du -hs ~/.cache/cargo-xwin/
1.3G    /home/usr/.cache/cargo-xwin/

Without debug libs

du -hs ~/.cache/cargo-xwin/
1.1G    /home/usr/.cache/cargo-xwin/

from cargo-xwin.

msdrigg avatar msdrigg commented on August 16, 2024

By the way, I really appreciate the work you are doing with this. It is super impressive and has been helpful to me so far @messense :)

from cargo-xwin.

msdrigg avatar msdrigg commented on August 16, 2024

:) Done

from cargo-xwin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.