Skip to content
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppbld

C++ builder

Installation

pip install -U git+https://github.com/hide0123/cppbld.git

Usage

  1. Create build.json in your C++ project. The following is an example.
{
    "config_name": {
        "output": "project_name",
        "flags": {
            "common": "-std=c++20",
            "release": "-O3",
            "debug": "-O0 -g",
            "[linker]": {
                "release": [ "--gc-sections", "-s" ]
            }
        }
    }
}
  1. Run the following command.
cppbld

Development

If you want to develop this project, please use the pre-commit hook to check the code.
Before starting development, run the following command.

pip install pre-commit
pre-commit install

Developers

  • super9s
  • hide0123

About

C++ builder

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages