mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 22:38:44 +08:00
# Conflicts: # examples/ArmTimerCallbacks - C++/ArmTimerCallbacks.uvprojx # examples/ArmTimerCallbacks - C++/main.cpp # include/etl/algorithm.h # include/etl/platform.h # include/etl/stl/alternate/limits.h # include/etl/version.h # library.json # library.properties # support/Release notes.txt # test/codeblocks/ETL.cbp # test/etl_profile.h # test/vs2017/etl.vcxproj # test/vs2017/etl.vcxproj.filters
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
|