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.
2 parents e8c09d3 + 9926a8f commit c43385bCopy full SHA for c43385b
src/goto-cc/hybrid_binary.cpp
@@ -32,7 +32,7 @@ int hybrid_binary(
32
33
int result;
34
35
-#if defined(__linux__) || defined(__FreeBSD_kernel__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
36
// we can use objcopy for both object files and executables
37
(void)building_executable;
38
0 commit comments