gmio: move define GMIO_USE_FAST_ATOF in config.h.cmake
This commit is contained in:
parent
2b099f8edb
commit
5e51857bc2
@ -58,4 +58,9 @@
|
||||
# define GMIO_TARGET_ARCH_BIT_SIZE @GMIO_TARGET_ARCH_BIT_SIZE@
|
||||
#endif
|
||||
|
||||
/* gmio_core/internal/string_parse.h */
|
||||
#ifndef GMIO_USE_FAST_ATOF
|
||||
# define GMIO_USE_FAST_ATOF
|
||||
#endif
|
||||
|
||||
#endif /* GMIO_CONFIG_H_CMAKE */
|
||||
|
@ -22,7 +22,6 @@
|
||||
/* For implementation section */
|
||||
#include "helper_stream.h"
|
||||
#include "string_utils.h"
|
||||
#define GMIO_USE_FAST_ATOF
|
||||
#ifdef GMIO_USE_FAST_ATOF
|
||||
# include "fast_atof.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user