GithubHelp home page GithubHelp logo

Comments (2)

retrage avatar retrage commented on May 26, 2024 1

I tried building fuzzuf on the exactly same CPU model with containerized build. It successfully built and passed tests. I think this issue is due to the apt package rather than fuzzuf itself.

from fuzzuf.

key-moon avatar key-moon commented on May 26, 2024

It works in my environment too. But when I tried to compile a random file in the docker environment with the -march=tigerlake option, it failed. I think why containerized build succeeded is due to the fact that the -march option is only set in the release configuration, and the default configuration is set to the build.

fuzzuf/CMakeLists.txt

Lines 185 to 188 in 0412d20

set(CMAKE_CXX_FLAGS_DEBUG "-g ${ADDITIONAL_WARNING_FLAGS_STR}")
set(CMAKE_C_FLAGS_DEBUG "-g ${ADDITIONAL_WARNING_FLAGS_STR}")
set(CMAKE_CXX_FLAGS_RELEASE "-march=native -O3 ${ADDITIONAL_WARNING_FLAGS_STR}")
set(CMAKE_C_FLAGS_RELEASE "-march=native -O3 ${ADDITIONAL_WARNING_FLAGS_STR}")

Unsurprisingly, when I try to build with the release configuration like ./scripts/dev_cli.sh build --release, the same problem happened.

from fuzzuf.

Related Issues (16)

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.