diff options
Diffstat (limited to 'strings/CMakeLists.txt')
-rwxr-xr-x | strings/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/strings/CMakeLists.txt b/strings/CMakeLists.txt index ec9e9a3a3af..3e13a93c4c9 100755 --- a/strings/CMakeLists.txt +++ b/strings/CMakeLists.txt @@ -13,8 +13,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUTEX") -SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUTEX") INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) |