mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
17 lines
340 B
C++
17 lines
340 B
C++
#pragma once
|
|
|
|
#cmakedefine SUCCINCT_USE_LIBCXX 1
|
|
#ifndef SUCCINCT_USE_LIBCXX
|
|
# define SUCCINCT_USE_LIBCXX 0
|
|
#endif
|
|
|
|
#cmakedefine SUCCINCT_USE_INTRINSICS 1
|
|
#ifndef SUCCINCT_USE_INTRINSICS
|
|
# define SUCCINCT_USE_INTRINSICS 0
|
|
#endif
|
|
|
|
#cmakedefine SUCCINCT_USE_POPCNT 1
|
|
#ifndef SUCCINCT_USE_POPCNT
|
|
# define SUCCINCT_USE_POPCNT 0
|
|
#endif
|