Skip to content

Commit

Permalink
intel-compute-runtime: disable builtins
Browse files Browse the repository at this point in the history
Builtins throw compilation failure. So disable for now, until
fixed.

intel/intel-graphics-compiler#204

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
  • Loading branch information
saininav authored and anujm1 committed Oct 25, 2021
1 parent 100599a commit fca80fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ EXTRA_OECMAKE = " \
-DCCACHE_ALLOWED=FALSE \
-DNEO_DISABLE_LD_LLD=ON \
-DNEO_DISABLE_LD_GOLD=ON \
-DNEO_DISABLE_BUILTINS_COMPILATION=ON \
"
EXTRA_OECMAKE:append:class-native = " -DNEO_DISABLE_BUILTINS_COMPILATION=ON"

EXTRA_OECMAKE:append:class-target = " \
-Dcloc_cmd_prefix=ocloc \
"
Expand Down

0 comments on commit fca80fa

Please sign in to comment.