We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4154f22 commit 6ee7474Copy full SHA for 6ee7474
.gitignore
@@ -4,3 +4,4 @@ build*/
4
*.raddbg_project
5
.vscode/
6
.idea/
7
+.zed/
CMakeLists.txt
@@ -57,7 +57,7 @@ else()
57
else()
58
set(DEBUG_OPT_FLAGS -O2)
59
endif()
60
- message(STATUS "Setting debug optimization flags: ${DEBUG_OPT_FLAGS}")
+ message(STATUS "chowdsp_fft -- Setting debug optimization flags: ${DEBUG_OPT_FLAGS}")
61
62
target_compile_options(chowdsp_fft PRIVATE $<$<CONFIG:Debug>:${DEBUG_OPT_FLAGS}>)
63
if(TARGET chowdsp_fft_avx)
test/test.c
@@ -124,5 +124,7 @@ int main()
124
}
125
#endif
126
127
+ printf ("Testing complete!\n");
128
+
129
return 0;
130
0 commit comments