restore optimized compiling of calc

We forgot to disable debug mode after
our debugging session was over.
Sorry (tm Canada :-))!
This commit is contained in:
Landon Curt Noll
2023-09-20 22:39:11 -07:00
parent 066bb78f0e
commit b741e98b13

View File

@@ -109,5 +109,5 @@
# CFLAGS+= -Wno-invalid-command-line-argument ${FSANITIZE} -fno-omit-frame-pointer
# LDFLAGS+= -Wno-invalid-command-line-argument ${FSANITIZE} -fno-omit-frame-pointer
# CALC_ENV+= ASAN_OPTIONS=detect_stack_use_after_return=1
DEBUG:= -O0 -g3
# DEBUG:= -O0 -g3
####