Makefile
changeset 4324 9c999cc382fa
parent 4300 687a17c9c557
child 4370 c7bd128b1670
equal deleted inserted replaced
4323:78204e7c3100 4324:9c999cc382fa
   507 endif
   507 endif
   508 
   508 
   509 # enables/disables assert()
   509 # enables/disables assert()
   510 ifdef DISABLE_ASSERTS
   510 ifdef DISABLE_ASSERTS
   511 CFLAGS += -DNDEBUG
   511 CFLAGS += -DNDEBUG
       
   512 endif
       
   513 
       
   514 ifdef NO_THREADS
       
   515 CFLAGS += -DNO_THREADS
   512 endif
   516 endif
   513 
   517 
   514 # automatically disables asserts for release
   518 # automatically disables asserts for release
   515 ifdef RELEASE
   519 ifdef RELEASE
   516 ifndef ENABLE_ASSERTS
   520 ifndef ENABLE_ASSERTS