Skip to content

Commit 937ed80

Browse files
committed
- Disable debug checks
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10643 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f6ac1dc commit 937ed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_runtime/meta/meta_modelica.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extern "C" {
5757
*
5858
*/
5959

60-
#if 1 /* Enable if you need to debug some MMC runtime assertions */
60+
#if 0 /* Enable if you need to debug some MMC runtime assertions */
6161
#define MMC_DEBUG_ASSERT(x) assert(x)
6262
#else
6363
#define MMC_DEBUG_ASSERT(x)

0 commit comments

Comments
 (0)