mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
Enable debug information when building with DEBUG=1
Change-Id: Ie8d5305da64d0e2de7656d83bcbfa1d5b083c1ba
This commit is contained in:
committed by
Émilie Feral
parent
777ba19436
commit
c60c77a7f5
@@ -7,7 +7,7 @@ DEBUG ?= 1
|
||||
# Do not edit below this
|
||||
|
||||
ifeq ($(DEBUG),1)
|
||||
OPTIM_SFLAGS ?= -O0
|
||||
OPTIM_SFLAGS ?= -O0 -g
|
||||
else
|
||||
OPTIM_SFLAGS ?= -Os
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user