mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
16 lines
313 B
C
16 lines
313 B
C
|
|
#ifndef __ETL_PROFILE_H__
|
|
#define __ETL_PROFILE_H__
|
|
|
|
#define ETL_VERBOSE_ERRORS
|
|
#define ETL_CHECK_PUSH_POP
|
|
#define ETL_ISTRING_REPAIR_ENABLE
|
|
#define ETL_IVECTOR_REPAIR_ENABLE
|
|
#define ETL_IDEQUE_REPAIR_ENABLE
|
|
#define ETL_CALLBACK_TIMER_USE_ATOMIC_LOCK
|
|
#define ETL_NO_STL
|
|
|
|
//#include "etl/profiles/auto.h"
|
|
|
|
#endif
|