Add more compiler optimizations
This commit is contained in:
parent
922d13544d
commit
dd274fb072
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
project(osmctools)
|
||||
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
add_compile_options("-O3")
|
||||
add_compile_options(-O3 -march=native -ffast-math -flto)
|
||||
|
||||
add_executable(osmupdate osmupdate.c)
|
||||
add_executable(osmfilter osmfilter.c)
|
||||
|
|
Loading…
Add table
Reference in a new issue