https://github.com/ssbssa/gcc
asan gcc mingw-w64 ubsan windows
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssbssa/gcc
- Owner: ssbssa
- Created: 2025-02-17T15:59:45.000Z (8 months ago)
- Default Branch: build
- Last Pushed: 2025-02-17T17:12:46.000Z (8 months ago)
- Last Synced: 2025-02-24T23:31:40.925Z (8 months ago)
- Topics: asan, gcc, mingw-w64, ubsan, windows
- Language: Makefile
- Homepage:
- Size: 985 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Custom Windows build of gcc with these features:
- produces by default executables running on WinXP (msvcrt)
- static runtime libraries
- [MCF](https://github.com/lhmouse/mcfgthread/) threads
- [AddressSanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
- [UndefinedBehaviorSanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)