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).
2
2
#
3
3
# It supports the targets:
4
4
# 'make' - builds everything (all libaries/executables)
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
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
24
26
BUILD_TYPE ?= release
25
27
26
28
# Debugging verbosity enable
You can’t perform that action at this time.
0 commit comments