mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Update description of CPU_TYPE -- it does not disable anything anymore
This commit is contained in:
parent
90d79158ee
commit
332fc8d0e7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ option(USE_SYSTEM_LIBJPEG
|
|||
option(USE_SYSTEM_LIBGLEW
|
||||
"Use the system libglew instead of the bundled one" OFF)
|
||||
|
||||
set(CPU_TYPE "" CACHE STRING "When set, passes this string as CPU-ID and disables CPU specific optimizatin which are not default for the compiler")
|
||||
set(CPU_TYPE "" CACHE STRING "When set, passes this string as CPU-ID which will be embedded into the binary.")
|
||||
|
||||
set(CPU_OPTIMIZATION "-mmmx -msse -msse2" CACHE STRING "Which CPU specific optimitations should be used beside the compiler's default?")
|
||||
|
||||
|
|
Loading…
Reference in a new issue