mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
[Makefile] Set default build type to debug
This commit is contained in:
1
Makefile
1
Makefile
@@ -10,6 +10,7 @@ endif
|
|||||||
# We differentiate between release / debug build types using the BUILD_TYPE
|
# We differentiate between release / debug build types using the BUILD_TYPE
|
||||||
# environment variable.
|
# environment variable.
|
||||||
#
|
#
|
||||||
|
BUILD_TYPE ?= debug
|
||||||
ifeq ($(BUILD_TYPE),release)
|
ifeq ($(BUILD_TYPE),release)
|
||||||
PG_CONFIGURE_OPTS = --enable-debug
|
PG_CONFIGURE_OPTS = --enable-debug
|
||||||
PG_CFLAGS = -O2 -g3 $(CFLAGS)
|
PG_CFLAGS = -O2 -g3 $(CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user