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 eb37b8b commit 2e88f7cCopy full SHA for 2e88f7c
src/trusted/desc/CMakeLists.txt
@@ -2,6 +2,7 @@ add_library(nrd OBJECT "nrd_xfer.c")
2
list(APPEND NRD_XFER_LIBS nrd)
3
4
if (NOT WIN32)
5
+ # Use those flags only with the nrd target.
6
list(APPEND NRD_FLAGS "-fno-strict-aliasing") # This was only a C flag in build.scons
7
list(APPEND NRD_FLAGS "-Wno-missing-field-initializers")
8
string(REPLACE ";" " " NRD_FLAGS_STRING "${NRD_FLAGS}")
0 commit comments