Skip to content

Commit

Permalink
Fixed typo in cmake build message for FB_OPTIMIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
taxilian committed Dec 6, 2011
1 parent 4a6012f commit 52755b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/buildconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (WIN32)
message(STATUS "Optmizing for size")
elseif (FB_OPTIMIZE STREQUAL "speed")
set (FB_OPT_PARAM "/O2 /Ot")
message(STATUS "Optmizing for size")
message(STATUS "Optmizing for speed")
else()
set (FB_OPT_PARAM "/Ox")
message(STATUS "Balanced size/speed optimization")
Expand Down

0 comments on commit 52755b4

Please sign in to comment.