Commented out genreally not used vars.

This commit is contained in:
Jake Goodwin 2026-07-20 20:08:22 -07:00
parent a58ed1564e
commit 09e82a1977

View file

@ -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()