Skip to content
Snippets Groups Projects
Commit 078d13e4 authored by davidaroyer's avatar davidaroyer Committed by Lorenz Meier
Browse files

toolchains: remove unnecessary definition

parent 99799d83
No related branches found
No related tags found
No related merge requests found
......@@ -70,10 +70,6 @@ foreach(tool echo grep rm mkdir nm cp touch make unzip)
endif()
endforeach()
add_definitions(
-D __OCPOC
)
set(LINKER_FLAGS "-Wl,-gc-sections")
set(CMAKE_EXE_LINKER_FLAGS ${LINKER_FLAGS})
set(CMAKE_C_FLAGS ${C_FLAGS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment