mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-23 03:23:48 +00:00
[generator] Add compiler flag to compile osmctools with gnu17
Signed-off-by: Wira Abdillah S <wirabdillah@gmail.com> Co-authored-by: Wira Abdillah S <wirabdillah@gmail.com> Co-committed-by: Wira Abdillah S <wirabdillah@gmail.com>
This commit is contained in:
@@ -137,6 +137,7 @@ OSM_TOOL_UPDATE = "osmupdate"
|
||||
OSM_TOOLS_CC = "cc"
|
||||
OSM_TOOLS_CC_FLAGS = [
|
||||
"-O3",
|
||||
"-std=gnu17",
|
||||
]
|
||||
|
||||
# Planet and coasts:
|
||||
|
||||
Reference in New Issue
Block a user