Skip to content

Commit

Permalink
removed redundant compile and link options
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed May 19, 2023
1 parent 89cfe3c commit f2ae8d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grapher/cmake/grapher-target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f2ae8d7

Please sign in to comment.