- use shift-right instead of shift-left formulation to avoid wrong behaviour with non-optimized compilation when the packed items fit exactly in the available number of bits.
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
/*
|
|
check for consistent behaviour with non-optimized code
|
|
*/
|
|
|
|
EXE_INC = \
|
|
-DFULLDEBUG -g -O0
|
|
|