diff options
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index 07b7d78..aa2666a 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,6 +1,6 @@ CC := emcc -CFLAGS += -O3 -Wall -Wextra -Wno-unknown-warning-option -I../ \ +CFLAGS += -O3 -Wall -Wextra -I../ \ -sNO_EXIT_RUNTIME=1 \ -sENVIRONMENT=web \ -sEXPORTED_FUNCTIONS=_main,_malloc,_free \ |