more warnings
This commit is contained in:
parent
39bb40f189
commit
63dfb0f5f1
5
Makefile
5
Makefile
|
@ -5,11 +5,12 @@ TARGET_ARCH=linux64
|
||||||
|
|
||||||
CC = g++
|
CC = g++
|
||||||
# compiling flags here
|
# compiling flags here
|
||||||
CFLAGS = -Wall -I. -O3 -std=c++11
|
CFLAGS = -Wall -I. -O3 -std=c++11 -g -Wall -Wextra
|
||||||
|
|
||||||
|
|
||||||
LINKER = g++
|
LINKER = g++
|
||||||
# linking flags here
|
# linking flags here
|
||||||
LFLAGS = -Wall -I. -lm
|
LFLAGS = -Wall -I. -lm -g
|
||||||
LIBS = -lsystemc -lm $(EXTRA_LIBS)
|
LIBS = -lsystemc -lm $(EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue