Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 qoa (0+git20251017+ds-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #)
Author: Alex Myczko <tar@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-10-18

--- qoa-0+git20251017+ds.orig/Makefile
+++ qoa-0+git20251017+ds/Makefile
@@ -7,7 +7,7 @@ CC ?= gcc
 # Remove -D QOACONV_HAS_DRMP3 and -D QOACONV_HAS_DRFLAC to compile qoaconv
 # without MP3/FLAC support
 TARGET_CONV ?= qoaconv
-CFLAGS_CONV ?= -std=c99 -O3 -D QOACONV_HAS_DRMP3 -D QOACONV_HAS_DRFLAC
+CFLAGS_CONV ?= -std=c99 -g -D QOACONV_HAS_DRMP3 -D QOACONV_HAS_DRFLAC
 LFLAGS_CONV ?= -lm
 
 
@@ -16,7 +16,7 @@ LFLAGS_CONV ?= -lm
 # - https://github.com/floooh/sokol/blob/master/sokol_audio.h
 # FIXME: not yet tested on Windows/macOS
 TARGET_PLAY ?= qoaplay
-CFLAGS_PLAY ?= -std=gnu99 -O3
+CFLAGS_PLAY ?= -std=gnu99 -g
 
 ifeq ($(OS),Windows_NT)
 	LFLAGS_PLAY ?= # defined in #pragma() in sokol_audio.h
