Skip to content

Commit

Permalink
Revert "ReAdded Werror, I deleted it somehow"
Browse files Browse the repository at this point in the history
This reverts commit 3423b31.
  • Loading branch information
G-Pereira committed Dec 18, 2018
1 parent 3aef575 commit 982485c
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 @@ -5,7 +5,7 @@ project(MinionCrusher)
set(CMAKE_CXX_STANDARD 14)

#Turn on warnings
set(CMAKE_CXX_FLAGS "-g -O0 -Wall -Wextra -Werror")
set(CMAKE_CXX_FLAGS "-g -O0 -Wall -Wextra")

#Set your directories. The dot representes the root application folder.
#Thus my the path to my domain folder:
Expand Down

0 comments on commit 982485c

Please sign in to comment.