forgot to undefine C2H_TIMING

This commit is contained in:
cozis
2022-05-09 03:36:42 +02:00
parent 04648b08d1
commit df99e96361
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ char *c2html(const char *str, long len,
"</td></tr>\n"
" </table>\n"
" </div>\n"
"</div>");
"</div>\n");
char *res;
if(buff.error == NULL) {
+1 -1
View File
@@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -Wall -Wextra -DNDEBUG -O3 -DC2H_TIMING
CFLAGS = -Wall -Wextra -DNDEBUG -O3 #-DC2H_TIMING
# CFLAGS = -Wall -Wextra -g # When debugging
.PHONY: all install clean