Skip to content

Commit

Permalink
fixed incorrect flags
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Dec 7, 2017
1 parent 77d96e9 commit cf5c94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ set_property(TARGET nedit-ng PROPERTY CXX_STANDARD 14)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set_target_properties(nedit-ng
PROPERTIES
COMPILE_FLAGS "-W -Wall -pedantic -Wunused-ggdb3")
COMPILE_FLAGS "-W -Wall -pedantic -Wunused -ggdb3")
else()
set_target_properties(nedit-ng
PROPERTIES
Expand Down

0 comments on commit cf5c94e

Please sign in to comment.