Skip to content

Commit

Permalink
Fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Dec 9, 2024
1 parent 0a155f7 commit c1a48c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/projects/bingen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
set(CMAKE_SYSTEM_NAME Windows)

add_executable(bin WIN32 "main.cc")
set_target_properties(bin PROPERTIES LANGUAGE C)
set_target_properties(bin PROPERTIES LANGUAGE CXX)
target_compile_options(bin PRIVATE
/GS- # Disable generation of stack check handlers
/GL # Enable whole program optimization
Expand Down

0 comments on commit c1a48c5

Please sign in to comment.