mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
optdebug build uses -O2 instead of -Og
This commit is contained in:
parent
5ad83e49e1
commit
361d880277
1 changed files with 1 additions and 1 deletions
2
embed.mk
2
embed.mk
|
@ -3,7 +3,7 @@ GC_COLLECTOR ?= semi
|
|||
DEFAULT_BUILD := opt
|
||||
|
||||
BUILD_CFLAGS_opt = -O2 -g -DNDEBUG
|
||||
BUILD_CFLAGS_optdebug = -Og -g -DGC_DEBUG=1
|
||||
BUILD_CFLAGS_optdebug = -O2 -g -DGC_DEBUG=1
|
||||
BUILD_CFLAGS_debug = -O0 -g -DGC_DEBUG=1
|
||||
|
||||
GC_BUILD_CFLAGS = $(BUILD_CFLAGS_$(or $(GC_BUILD),$(DEFAULT_BUILD)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue