mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
compile with -Wextra
This commit is contained in:
parent
742ef512a4
commit
31df3b8bd4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ cmake_minimum_required (VERSION 2.8.11)
|
|||
project (cpp-jwt)
|
||||
|
||||
#SET (CMAKE_CXX_COMPILER /usr/local/bin/g++)
|
||||
SET( CMAKE_CXX_FLAGS "-std=c++14 -Wall" )
|
||||
SET( CMAKE_CXX_FLAGS "-std=c++14 -Wall -Wextra" )
|
||||
|
||||
include_directories (include)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue