Changeset aab417fdbfa6b9b7e8095365b1a963a1934c6b4a
- Timestamp:
- 09/02/08 02:00:06
(10 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202518806 +0000
- git-parent:
[9e58f9726f63333488ff888f1a823ca0ff7b358b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202518806 +0000
- Message:
cmake: NDEBUG to off with Debug target. This cause the deadlock to be back.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9e58f97 |
raab417f |
|
| 42 | 42 | if(CMAKE_BUILD_TYPE STREQUAL "Debug") |
|---|
| 43 | 43 | set(DEBUG ON) |
|---|
| 44 | | set(NDEBUG ON) |
|---|
| | 44 | set(NDEBUG OFF) |
|---|
| 45 | 45 | endif(CMAKE_BUILD_TYPE STREQUAL "Debug") |
|---|
| 46 | 46 | |
|---|