Skip to content

Commit

Permalink
FIX: fix CMakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Jun 12, 2024
1 parent d369c00 commit f15fc83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/fast-depth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ target_include_directories(fast-depth PUBLIC inc)
target_compile_features(fast-depth INTERFACE c_std_11)


set(CMAKE_C_FLAGS "-Wall -Wextra")
set(CMAKE_C_FLAGS_DEBUG "-O2")
set(CMAKE_C_FLAGS_RELEASE "-O3")
set(CMAKE_C_FLAGS "-O3 -Wall -Wextra")
set(CMAKE_EXE_LINKER_FLAGS "-static")

if (X86)
Expand Down

0 comments on commit f15fc83

Please sign in to comment.