diff --git a/grapher/cmake/grapher-target.cmake b/grapher/cmake/grapher-target.cmake index 2d53807..0a8fd4a 100644 --- a/grapher/cmake/grapher-target.cmake +++ b/grapher/cmake/grapher-target.cmake @@ -10,5 +10,4 @@ target_link_libraries( grapher PUBLIC ctbench-compile-opts nlohmann_json::nlohmann_json sciplot::sciplot fmt::fmt stdc++fs tbb ${llvm_libs}) -target_compile_options(grapher PUBLIC -DJSON_NOEXCEPTION -march=native -flto) -target_link_options(grapher PUBLIC -flto) +target_compile_options(grapher PUBLIC -DJSON_NOEXCEPTION)