Hearthforge
Sign in
Register
Simple-Go
Code
Branches
Tags
Commits
Issues
Patches
Releases
Pipelines
Simple-Go
/
Makefile
Makefile
⎇
5d57823b (detached)
master
1.0
1.1
Go
Raw
1
all
:
2
gcc -Og -g test.c simple-go.c -o test -std=c11
\
3
-Wall -Wextra -Wpedantic -Wnull-dereference -Wshadow -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wstrict-overflow=5 -Wunreachable-code -Wno-unused-parameter
\
4
-fsanitize=undefined
5