Skip to content

Commit eaedc1c

Browse files
committed
message "CMake build .." now include C/C++ build flags
1 parent 42e9926 commit eaedc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ elseif(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
3333
set(LUA_LIBRARIES luajit-debug)
3434
endif()
3535

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

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

0 commit comments

Comments
 (0)