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

Cleaning the build process #1708

Merged
merged 2 commits into from
May 11, 2022
Merged

Cleaning the build process #1708

merged 2 commits into from
May 11, 2022

Commits on May 4, 2022

  1. build: remove -nostdlib from CFLAGS/CXXFLAGS

    This argument impacts the linking, and has therefore no effect
    at compile-time. It is harmless there, but also useless, and so
    can be removed.
    massonal committed May 4, 2022
    Configuration menu
    Copy the full SHA
    5831aee View commit details
    Browse the repository at this point in the history
  2. refactor: moved files from core to SrcWrapper

    - HardwareTimer.cpp
    - new.cpp
    
    These files were the only two in the core that had dependencies in
    SrcWrapper. Moving them there will therefore ease the linking step
    by removing needless dependencies between the different blocks.
    massonal committed May 4, 2022
    Configuration menu
    Copy the full SHA
    87896b8 View commit details
    Browse the repository at this point in the history