Commented out genreally not used vars.
This commit is contained in:
parent
a58ed1564e
commit
09e82a1977
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ if(NOT UNIT_TESTING)
|
||||||
|
|
||||||
#These get defined in the toolchain files.
|
#These get defined in the toolchain files.
|
||||||
target_compile_options(module_name PUBLIC
|
target_compile_options(module_name PUBLIC
|
||||||
${OBJECT_GEN_FLAGS}
|
#${OBJECT_GEN_FLAGS}
|
||||||
${C_FLAGS_ARCH}
|
#${C_FLAGS_ARCH}
|
||||||
)
|
)
|
||||||
|
|
||||||
else()
|
else()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue