Skip to content

Commit

Permalink
Merge pull request #20889 from Enoch247/fix_DEVELHELP
Browse files Browse the repository at this point in the history
make: export DEVELHELP
  • Loading branch information
maribu authored Oct 11, 2024
2 parents 0f4725e + dda83bc commit 4c92d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/vars.inc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export HEXFILE # The 'intel hex' stripped result of the compilatio
# DEBUGSERVER_FLAGS # The parameters to supply to DEBUGSERVER.
# DEBUGCLIENT # The command to call on "make debug-client", usually a script starting the GDB client.
# DEBUGCLIENT_FLAGS # The parameters to supply to DEBUGCLIENT.
# DEVELHELP # Set to 1 to spend ROM, RAM and CPU time for help during development (e.g. enable asserts())
export DEVELHELP # Set to 1 to spend ROM, RAM and CPU time for help during development (e.g. enable asserts())
# RESET # The command to call on "make reset", this command resets/reboots the target.
# RESET_FLAGS # The parameters to supply to RESET.
# PROGRAMMER # The programmer to use when flashing, resetting or debugging
Expand Down

0 comments on commit 4c92d78

Please sign in to comment.