Skip to content

Commit 2e88f7c

Browse files
committed
fixup
1 parent eb37b8b commit 2e88f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/trusted/desc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ add_library(nrd OBJECT "nrd_xfer.c")
22
list(APPEND NRD_XFER_LIBS nrd)
33

44
if (NOT WIN32)
5+
# Use those flags only with the nrd target.
56
list(APPEND NRD_FLAGS "-fno-strict-aliasing") # This was only a C flag in build.scons
67
list(APPEND NRD_FLAGS "-Wno-missing-field-initializers")
78
string(REPLACE ";" " " NRD_FLAGS_STRING "${NRD_FLAGS}")

0 commit comments

Comments
 (0)