We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35ca24 commit 11f170fCopy full SHA for 11f170f
Makefile
@@ -5,7 +5,7 @@ PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
5
# Main extension configuration
6
EXTENSION_NAME=read_stat
7
8
-EXTENSION_DEBUG_FLAGS=-O0 -ggdb3
+EXTENSION_DEBUG_FLAGS=-Og -ggdb3
9
10
# Set to 1 to enable Unstable API (binaries will only work on TARGET_DUCKDB_VERSION, forwards compatibility will be broken)
11
# WARNING: When set to 1, the duckdb_extension.h from the TARGET_DUCKDB_VERSION must be used, using any other version of
0 commit comments