Skip to content
Snippets Groups Projects
Commit 9e2767ea authored by Daniel Knorreck's avatar Daniel Knorreck
Browse files

No commit message

No commit message
parent 161d0fbf
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ LOPT = -O1 -pthread -ldl
DEBUG = -g
OTHER = -Wall
TRY = -Wno-deprecated
#CFLAGS = $(OPT) $(OTHER) $(TRY)
CFLAGS = $(OPT) $(OTHER) $(TRY)
LFLAGS = $(LOPT) $(OTHER) $(TRY)
CFLAGS = $(DEBUG) $(OTHER)
#CFLAGS = $(DEBUG) $(OTHER)
OBJDIR = lib
MODULE = run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment