diff options
author | Oxore <oxore@protonmail.com> | 2024-08-03 14:37:44 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-08-03 14:37:44 +0300 |
commit | 466ffe67cec1f2c460eea28a779a86cc659ddc24 (patch) | |
tree | f39bf3873cd8acbc13e97f99bad1522390d768ef /Makefile |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..55248ea --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +#CFLAGS=-fsanitize=address,undefined -g3 +CFLAGS=-Ofast + +all: arena-malloc arena-memstream |