Skip to content
Snippets Groups Projects
Commit f68f218e authored by Andrea Bulgarelli's avatar Andrea Bulgarelli
Browse files

-Werror removed

parent bfe7f80e
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ LIB_DESTDIR = lib
CXX = g++
#Insert the optional parameter to the compiler. The CFLAGS could be changed externally by the user
#- g3
CFLAGS = -O2 -m64 -fPIC -g -Werror
CFLAGS = -O2 -m64 -fPIC -g
#-O2 -O0 -g3
#Set INCPATH to add the inclusion paths
INCPATH = -I ./include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment