File tree 1 file changed +0
-2
lines changed
subsys/nrf_security/cmake
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ macro(nrf_security_add_zephyr_options lib_name)
148
148
149
149
# Unsure if these are needed any more
150
150
target_compile_options (${lib_name} PRIVATE ${TOOLCHAIN_C_FLAGS} )
151
- target_ld_options(${lib_name} PRIVATE ${TOOLCHAIN_LD_FLAGS} )
152
151
else ()
153
152
target_compile_options (${lib_name} PRIVATE "SHELL: -imacros ${ZEPHYR_AUTOCONF} " )
154
153
target_include_directories (${lib_name} PRIVATE
@@ -184,7 +183,6 @@ macro(nrf_security_add_zephyr_options_library lib_name)
184
183
185
184
# Unsure if these are needed any more
186
185
target_compile_options (${lib_name} PRIVATE ${TOOLCHAIN_C_FLAGS} )
187
- target_ld_options(${lib_name} PRIVATE ${TOOLCHAIN_LD_FLAGS} )
188
186
else ()
189
187
target_compile_options (${lib_name} PRIVATE "SHELL: -imacros ${ZEPHYR_AUTOCONF} " )
190
188
target_include_directories (${lib_name} PRIVATE
You can’t perform that action at this time.
0 commit comments