|
|
|
|
@ -71,10 +71,9 @@ add_custom_target(
|
|
|
|
|
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Werror -Wmissing-declarations -fdiagnostics-color=always -lm")
|
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Werror -Wmissing-declarations -fdiagnostics-color=always \
|
|
|
|
|
-O2 -pipe -fno-plt -fexceptions \
|
|
|
|
|
-Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
|
|
|
|
|
-Wformat -Werror=format-security \
|
|
|
|
|
-fstack-clash-protection -fcf-protection")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set(SOURCE_FILES
|
|
|
|
|
ubl-util-standard.h
|
|
|
|
|
ubl-util-standard.c
|
|
|
|
|
|