Skip to content

Commit

Permalink
[=] fix window compile diff
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Oct 28, 2024
1 parent 0581bd8 commit a9d96b6
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 @@ -115,7 +115,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS} -g -O0 -std=gnu11 -Wall ${CMAKE_C_FLAG

if(CMAKE_SYSTEM_NAME MATCHES "Windows")
add_definitions(-DXQC_SYS_WINDOWS=1)
set(CMAKE_C_FLAGS_OPTION " ")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} /Zi")
endif()


Expand Down

0 comments on commit a9d96b6

Please sign in to comment.