Skip to content

zehayk/NoPaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoPaste C++ Compiler GUI (wrapper for g++)

Supported commands

Compilation flags:

  • Optimize: -O2
  • Useful Warnings: -Wall
  • Debug Info: -g
  • Warnings as Errors: -Werror
  • Link Static: -static

Execution with Valgrind

Can execute output normally, or with valgrind (only runs with --leak-check=full option for now).

Create an executable

Get it from the releases, or create one yourself:

pyinstaller --onefile --windowed --icon=skull.ico --add-data "skull.ico;."  run.py
image

About

C++ Compiler GUI (wrapper for g++)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages