File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 15
15
#
16
16
# 'make BUILD_TYPE=debug VERBOSE=1'
17
17
18
- # Default build type
19
- # Possible values:
20
- # release_pgo #Perform a 2-stage build with profile-guided compiler optimization
21
- # release #Build with compiler optimization
22
- # debug #Build with debug info and no compiler optimization
23
- # strict #Build VPR with warnings treated as errors
24
- BUILD_TYPE ?= release
18
+ # Build type
19
+ # Possible values (not case sensitive):
20
+ # Release #Build with compiler optimization
21
+ # RelWithDebInfo #Build with debug info and compiler optimizations (Default)
22
+ # Debug #Build with debug info and no compiler optimization
23
+ # Possible suffixes:
24
+ # _pgo #Perform a 2-stage build with profile-guided compiler optimization
25
+ # _strict #Build VPR with warnings treated as errors
26
+ BUILD_TYPE ?= RelWithDebInfo
25
27
26
28
# Debugging verbosity enable
27
29
VERBOSE ?= 0
You can’t perform that action at this time.
0 commit comments