Skip to content

Commit

Permalink
Remove commented-out compile options in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Nov 22, 2024
1 parent 2c8ff3e commit 49b69b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ if(WIN32)
)
endif()
else()
# add_compile_options(-fsigned-char -fstack-protector-strong -fdiagnostics-color)
target_compile_options(${PROJECT_NAME} PRIVATE -fsigned-char -fstack-protector-strong -fdiagnostics-color)
endif()

Expand Down

0 comments on commit 49b69b6

Please # to comment.