Skip to content

Commit

Permalink
Merge pull request AsherGlick#342 from AsherGlick/no-dll-timestamp
Browse files Browse the repository at this point in the history
Removing the timestamp from the dll
  • Loading branch information
AsherGlick authored Aug 21, 2024
2 parents ad795bd + 565cc1c commit 12fb1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burrito_link/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ target_link_libraries(${DX11LIB} PRIVATE "ws2_32")
set_target_properties(${DX11LIB} PROPERTIES
PREFIX ""
SUFFIX ""
LINK_FLAGS "../deffile.def -Wl,--allow-shlib-undefined -Wl,-O1 -shared -static -static-libgcc -static-libstdc++ -Wl,--file-alignment=4096 -lm -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32"
LINK_FLAGS "../deffile.def -Wl,--allow-shlib-undefined,--no-insert-timestamp -Wl,-O1 -shared -static -static-libgcc -static-libstdc++ -Wl,--file-alignment=4096 -lm -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32"
)

0 comments on commit 12fb1e1

Please sign in to comment.