Skip to content

Commit 9e11c2d

Browse files
authored
Add BUILD_SINGLE etc
1 parent 4d250d0 commit 9e11c2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.rule

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,10 @@ COMMON_PROF = -pg
277277
# If you want to enable the experimental BFLOAT16 support
278278
# BUILD_HALF = 1
279279
#
280+
# the below is not yet configurable, use cmake if you need to build only select types
281+
BUILD_SINGLE = 1
282+
BUILD_DOUBLE = 1
283+
BUILD_COMPLEX = 1
284+
BUILD_COMPLEX16 = 1
280285
# End of user configuration
281286
#

0 commit comments

Comments
 (0)