We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1e698 commit 424b965Copy full SHA for 424b965
Makefile
@@ -1,5 +1,5 @@
1
CC = gcc
2
-CFLAGS = -std=c99 -Wall -Wextra -pedantic
+CFLAGS = -std=c99
3
4
BLOA = bloa
5
SOURCES = main.c lexer.c parser.c vm.c gc.c chunk.c value.c
0 commit comments