Change default firmware build to release
This commit is contained in:
parent
d3d80a2062
commit
ab8b1bfbbe
@ -21,9 +21,9 @@ TARGET = AdaptiveBrightnessFirmware
|
||||
# building variables
|
||||
######################################
|
||||
# debug build?
|
||||
DEBUG = 1
|
||||
DEBUG = 0
|
||||
# optimization
|
||||
OPT = -Og
|
||||
OPT = -Os
|
||||
|
||||
|
||||
#######################################
|
||||
|
Loading…
Reference in New Issue
Block a user