The branch, master has been updated
via c023936 cmake: Do not optimize the code by default
from b41c6d9 tests: Add test_uwrap_syscall_setresuid()
https://git.samba.org/?p=uid_wrapper.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c023936e442198ad5604a4ff7421b84ac90b9a5e
Author: Andreas Schneider <[email protected]>
Date: Wed Aug 12 10:21:36 2015 +0200
cmake: Do not optimize the code by default
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
cmake/Modules/DefineCompilerFlags.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/cmake/Modules/DefineCompilerFlags.cmake
b/cmake/Modules/DefineCompilerFlags.cmake
index 067ca32..97c0781 100644
--- a/cmake/Modules/DefineCompilerFlags.cmake
+++ b/cmake/Modules/DefineCompilerFlags.cmake
@@ -14,7 +14,7 @@ if (UNIX AND NOT WIN32)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wshadow
-Wmissing-prototypes -Wdeclaration-after-statement")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wunused -Wfloat-equal
-Wpointer-arith -Wwrite-strings -Wformat-security")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-format-attribute")
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fstrict-aliasing
-Wstrict-aliasing=2 -O2")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fstrict-aliasing
-Wstrict-aliasing=2")
# with -fPIC
check_c_compiler_flag("-fPIC" WITH_FPIC)
--
UID Wrapper Repository