sc-machine icon indicating copy to clipboard operation
sc-machine copied to clipboard

Binary stripping in compilers

Open NikitaZotov opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. With using GNU compiler binary files are stripping. See 75th line in main CMakeLists.txt set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} -s") ## Strip binary. Such task doesn't solved with another compilers.

Describe the solution you'd like Compilers must be correctly configured. There is needed to change configs in main CMakeLists.txt.

NikitaZotov avatar Jun 24 '22 16:06 NikitaZotov