An open API service indexing awesome lists of open source software.

https://github.com/devlights/gcc-fstack-usage-option-example

This is example that '-fstack-usage' option with gcc
https://github.com/devlights/gcc-fstack-usage-option-example

c gcc gcc-complier linux

Last synced: about 2 months ago
JSON representation

This is example that '-fstack-usage' option with gcc

Awesome Lists containing this project

README

        

# gcc-fstack-usage-option-example

This is example that '-fstack-usage' option with gcc

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/devlights/gcc-fstack-usage-option-example)

## usages

```sh
$ make
--------------------------------------------------------
Avaiable tasks:
- not-stack-size-over
- compile and run program which not over stack size
- stack-size-over
- compile and run program which over stack size
- clean
- clean up (module, su files, core files)
- view-su
- view generated su files
--------------------------------------------------------
```