Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcpr


Gcc/G++ Compile Plus Run

Usage: gcpr [options] files...

Optitons:
    -h              Show this help message
    -i              Interactive Mode compilation
    -nr             No Running after Compilation (only compile)
    -o=<path>       Set the path where to save the executable file
    -q              Quiet Mode - Only print compilation errors and running output contents (no gcpr text)
        *Note*: Quiet Mode disables Interactive Mode (all files will be approved)
    -lc=<name>      Leak Check - Check memory leaks (deafult = g++ -fsanitize=address)
        *Note*: Available leak checks - gcc/g++ -fsanitize, valgrind
    
Examples:
    gcpr -h
    gcpr -o=run_me *.c
    gcpr -y -nr main.cpp utils.cpp

Credits:

DenLoob for utils.py

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages