Skip to content

Commit 11f170f

Browse files
committed
fix!: set correct optimization level for debugging
1 parent a35ca24 commit 11f170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PROJ_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
55
# Main extension configuration
66
EXTENSION_NAME=read_stat
77

8-
EXTENSION_DEBUG_FLAGS=-O0 -ggdb3
8+
EXTENSION_DEBUG_FLAGS=-Og -ggdb3
99

1010
# Set to 1 to enable Unstable API (binaries will only work on TARGET_DUCKDB_VERSION, forwards compatibility will be broken)
1111
# 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

Comments
 (0)