Skip to content
Commit f499ea0a authored by Daniel Leung's avatar Daniel Leung Committed by Dan Kalowsky
Browse files

cmake: apply optimization flags to assembler



Commit 65471a60 separated
compiler flags into ASM, C and CXX as those flags may not be
universal to both assembler and compiler. Though, with that
separation, the assembler no longer gets the optimization
flags (e.g. speed/size optimizations). So adds this back so
the assembler can optimize the code if it chooses to. For
example, some instructions can be fused together to result
in small code.

Fixes #92439

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 8a565c0a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment