Skip to content
Snippets Groups Projects
Commit 7cfb0152 authored by James Cook's avatar James Cook
Browse files

Move sound id declarations to cpp file to reduce redundant linker symbols.

Cuts size of object files dramatically, often 100KB apiece.
parent 928b7cba
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ set(llmessage_SOURCE_FILES ...@@ -100,6 +100,7 @@ set(llmessage_SOURCE_FILES
patch_code.cpp patch_code.cpp
patch_dct.cpp patch_dct.cpp
patch_idct.cpp patch_idct.cpp
sound_ids.cpp
) )
set(llmessage_HEADER_FILES set(llmessage_HEADER_FILES
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment