Skip to content

Commit 6ee7474

Browse files
Small fixes
1 parent 4154f22 commit 6ee7474

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ build*/
44
*.raddbg_project
55
.vscode/
66
.idea/
7+
.zed/

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else()
5757
else()
5858
set(DEBUG_OPT_FLAGS -O2)
5959
endif()
60-
message(STATUS "Setting debug optimization flags: ${DEBUG_OPT_FLAGS}")
60+
message(STATUS "chowdsp_fft -- Setting debug optimization flags: ${DEBUG_OPT_FLAGS}")
6161

6262
target_compile_options(chowdsp_fft PRIVATE $<$<CONFIG:Debug>:${DEBUG_OPT_FLAGS}>)
6363
if(TARGET chowdsp_fft_avx)

test/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,7 @@ int main()
124124
}
125125
#endif
126126

127+
printf ("Testing complete!\n");
128+
127129
return 0;
128130
}

0 commit comments

Comments
 (0)