Skip to content

Commit

Permalink
test without OPTIMIZATION options set
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Mar 23, 2022
1 parent d7a7731 commit 522fd98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ project_options(
# TBD: ENABLE_PCH
# TBD: PCH_HEADERS ${PCH_HEADERS}
ENABLE_DOXYGEN
ENABLE_INTERPROCEDURAL_OPTIMIZATION
ENABLE_NATIVE_OPTIMIZATION
# ENABLE_INTERPROCEDURAL_OPTIMIZATION
# ENABLE_NATIVE_OPTIMIZATION
# ENABLE_USER_LINKER
# ENABLE_BUILD_WITH_TIME_TRACE
# ENABLE_UNITY
Expand Down
4 changes: 2 additions & 2 deletions test_install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ project_options(
# # ENABLE_PCH
# # PCH_HEADERS <Eigen/Dense> <fmt/core.h> <vector> <utility> <string> <string_view>
# # ENABLE_DOXYGEN
ENABLE_INTERPROCEDURAL_OPTIMIZATION
ENABLE_NATIVE_OPTIMIZATION
# ENABLE_INTERPROCEDURAL_OPTIMIZATION
# ENABLE_NATIVE_OPTIMIZATION
# # ENABLE_USER_LINKER
# # ENABLE_BUILD_WITH_TIME_TRACE
# # ENABLE_UNITY
Expand Down

0 comments on commit 522fd98

Please sign in to comment.