MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
714 stars 205 forks source link

CMakeLists.txt: Set LTO and PIE policies #207

Closed glebm closed 3 years ago

glebm commented 3 years ago

Allows the user to pass things like -DCMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE=ON when building and linking mygui statically as part of another project

Similarly for PIE