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
- Host: GitHub
- URL: https://github.com/devlights/gcc-fstack-usage-option-example
- Owner: devlights
- License: mit
- Created: 2020-10-05T08:47:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T09:58:22.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:58:43.671Z (3 months ago)
- Topics: c, gcc, gcc-complier, linux
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcc-fstack-usage-option-example
This is example that '-fstack-usage' option with gcc
[](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
--------------------------------------------------------
```