Seifert69 / DikuMUD3

DikuMUD III using HTML and websockets.
GNU Lesser General Public License v2.1
194 stars 49 forks source link

Add cmake options to profile and optimize build #344

Closed bluedreamer closed 2 years ago

bluedreamer commented 2 years ago

Fixed a couple of warnings that appear when compiling with optimzations

New cmake cmdline options

'-DPROFILING=1' - turn on profling instrumentation for build '-DO2=1' or '-DO3=1' - turn on -O2 or -O3 compiler optomizations