Giter Club home page Giter Club logo

Comments (6)

ljishen avatar ljishen commented on May 31, 2024 1

Thanks for the update. It's exciting to see this project being more useful and powerful.

from project_options.

aminya avatar aminya commented on May 31, 2024

Thanks for catching the bug. It is fixed in v0.15.1. Please upgrade.

from project_options.

ljishen avatar ljishen commented on May 31, 2024

Thanks for your quick action! I'm actually looking for a way to append compiler flags (instead of overriding). I'm currently using add_compile_options(), but it's better to have a parameter in dynamic_project_options() for appending flags.

from project_options.

aminya avatar aminya commented on May 31, 2024

You're welcome!

Adding more warnings is easy:

target_compile_options(project_warnings INTERFACE -Wsomething)

BTW, what warning do you want to add? We tried to include all of it.

from project_options.

ljishen avatar ljishen commented on May 31, 2024

Cool! I didn't know target_compile_options() can append flags. The flags I added may not be applicable for general projects, and some of them may even be dangerous. They are here https://github.com/DPDK/dpdk/blob/main/config/meson.build#L253-L272 for just in case you find something useful.

from project_options.

aminya avatar aminya commented on May 31, 2024

Yeah, it can add those. We should probably add the example in the readme.

Thank you for the list.

I opened two issues to address these:
#62
#61

from project_options.

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.