blob: 767eea5f40e951e8e5cc086c6626a66b61037c2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.old 2009-05-26 16:49:01.000000000 +0200
+++ CMakeLists.txt 2009-05-26 16:49:16.000000000 +0200
@@ -44,7 +44,7 @@
# Add some gcc-specific command lines.
IF(CMAKE_COMPILER_IS_GNUCC)
# Always build with debug symbols...you can strip it later.
- ADD_DEFINITIONS(-g -pipe -Werror -fsigned-char)
+ ADD_DEFINITIONS(-g -pipe -fsigned-char)
# Stupid BeOS generates warnings in the system headers.
IF(NOT BEOS)
|