Skip to content

Commit

Permalink
message "CMake build .." now include C/C++ build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 22, 2018
1 parent 42e9926 commit eaedc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ elseif(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
set(LUA_LIBRARIES luajit-debug)
endif()

message("CMake build ${CMAKE_BUILD_TYPE}")
message("CMake build ${CMAKE_BUILD_TYPE}, CFLAGS=${CMAKE_C_FLAGS}, CXXFLAGS=${CMAKE_CXX_FLAGS}")

add_definitions(-D_MT -D_CPPUNWIND -DPURE_DYNAMIC_CAST -DDECLARE_SPECIALIZATION -DM_NOSTDCONTAINERS_EXT -DUSE_OGL)

Expand Down

0 comments on commit eaedc1c

Please sign in to comment.