File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,7 @@ if(BUILD_ERROR_ON_WARNING)
186
186
target_compile_options (${PROJECT_NAME} _objlib PRIVATE -Werror)
187
187
endif ()
188
188
189
- # target_compile_options(${PROJECT_NAME}_objlib PRIVATE $<$<CONFIG:RELEASE>:-s>)
190
- # try to make it optional. removed as it will break debuginfo generation.
189
+ target_compile_options (${PROJECT_NAME} _objlib PRIVATE $<$<CONFIG:RELEASE>:-s>)
191
190
192
191
add_library (${PROJECT_NAME} _shared SHARED $<TARGET_OBJECTS:${PROJECT_NAME} _objlib>)
193
192
add_library (${PROJECT_NAME} _static STATIC $<TARGET_OBJECTS:${PROJECT_NAME} _objlib>)
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: MIT
2
2
# Copyright (C) 2019 Intel Corporation
3
3
cmake_minimum_required (VERSION 3.1)
4
- project (safestring_test)
4
+ project (safestring_test
5
+ LANGUAGES C)
5
6
6
7
set (SOURCES
7
8
Safe_String_UnitTestMain.c
You can’t perform that action at this time.
0 commit comments