cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

AndreasStahl
Journeyman III

Build Options formatting

-cl-opt-disable leads to compiler warning

I just tried to disable optimizations in the hopes to produce more readable assembly code, but the compiler wouldn't accept "-cl-opt-disable", as described in the specification 1.0.48, ch. 5.4.3.3, p.94.

I changed it to "-opt-disable" and it worked. I figure we have to lose the cl prefix from all the other build-options as well?

Just thought I'd let all y'all know!

0 Likes
3 Replies
nou
Exemplar

mistake

0 Likes
hazeman
Adept II

For me both "-cl-opt-disable" and "-op-disable" work.

But those options do not disable kernel optimizations. So hereby i'm reporting this as a bug.

0 Likes

Thanks for reporting this.
0 Likes