dislocker: remove -O1

This commit is contained in:
Đoàn Trần Công Danh 2021-03-27 12:22:29 +07:00
parent 3f6198c895
commit 3e0728c483

View file

@ -0,0 +1,13 @@
Index: src/CMakeLists.txt
===================================================================
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -71,7 +71,7 @@ if(NOT DEFINED WARN_FLAGS)
set (WARN_FLAGS "-Wall -Wextra" CACHE STRING "" FORCE)
endif()
if(NOT DEFINED HARDEN_FLAGS)
- set (HARDEN_FLAGS "-fstack-protector -fstrict-aliasing -D_FORTIFY_SOURCE=2 -O1" CACHE STRING "" FORCE)
+ set (HARDEN_FLAGS "-fstack-protector -fstrict-aliasing" CACHE STRING "" FORCE)
endif()
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")