Skip to content

Commit

Permalink
Fix surprising behaviour of NO_AFFINITY=0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg committed Jul 7, 2019
1 parent abea977 commit b89c781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.system
Expand Up @@ -1124,8 +1124,12 @@ endif
endif

ifdef NO_AFFINITY
ifeq ($(NO_AFFINITY), 0)
override undefine NO_AFFINITY
else
CCOMMON_OPT += -DNO_AFFINITY
endif
endif

ifdef FUNCTION_PROFILE
CCOMMON_OPT += -DFUNCTION_PROFILE
Expand Down

0 comments on commit b89c781

Please sign in to comment.