Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
volt: Allow overwriting DFLAGS in GNUmakefile
  • Loading branch information
Wallbraker committed Jan 26, 2018
1 parent 363f080 commit 1d33c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -27,7 +27,7 @@ endif

CFLAGS ?= -g
CXXFLAGS ?= -g
DFLAGS = -g -debug
DFLAGS ?= -g -debug
LDFLAGS ?=

DDEFINES_ = $(DDEFINES)
Expand Down

0 comments on commit 1d33c14

Please sign in to comment.