Skip to content

Commit cd35fdf

Browse files
committed
Make dosyası güncellendi
1 parent b6e3283 commit cd35fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(anitr-cli VERSION 1.0 LANGUAGES CXX)
55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

8-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -march=native -flto -funroll-loops -ftree-vectorize")
8+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -march=native -flto -funroll-loops -ftree-vectorize -Wno-unused-result")
99

1010
# Derlenecek dosyalar
1111
set(SOURCES_ANIMECIX

0 commit comments

Comments
 (0)