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 1- # This is a simple wrapper which hides cmake (for convenience, and from non-expert end users).
1+ # This is a simple wrapper which hides cmake (for convenience, and from non-expert end users).
22#
33# It supports the targets:
44# 'make' - builds everything (all libaries/executables)
1515#
1616# 'make BUILD_TYPE=debug VERBOSE=1'
1717
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
18+ # Build type
19+ # Possible values (not case sensitive):
20+ # release #Build with compiler optimization (Default)
21+ # RelWithDebInfo #Build with debug info and compiler optimizations
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
2426BUILD_TYPE ?= release
2527
2628# Debugging verbosity enable
You can’t perform that action at this time.
0 commit comments