re-enabling warnings

This commit is contained in:
sirlilpanda
2025-08-29 00:11:08 +12:00
parent d4e72630e9
commit 034d87394e

6
nob.c
View File

@@ -35,9 +35,9 @@
SRC_FOLDER"states/debug_state.c", \
SRC_FOLDER"states/off_state.c", \
#define C_ARGS
// "-Wall", \
// "-Wextra"
#define C_ARGS \
"-Wall", \
"-Wextra"
int main(int argc, char **argv)
{