gmio: move define GMIO_USE_FAST_ATOF in config.h.cmake

This commit is contained in:
Hugues Delorme 2015-06-10 16:17:06 +02:00
parent 2b099f8edb
commit 5e51857bc2
2 changed files with 5 additions and 1 deletions

View File

@ -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 */

View File

@ -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