Commit fa5296e5 authored by Samarth Joshi's avatar Samarth Joshi

Removing -g flag while compiling

parent 2c7f282d
CC = gcc
SFLAGS = -pthread -g
SFLAGS = -pthread
SRV_SRC = LRU.c StorageHandler.c KVServer.c
SRV_HED = KVMessageFormat.h LRU.h StorageHandler.h
STARGET = Server
CFLAGS = -pthread -g
CFLAGS = -pthread
CLI_SRC = KVClientLibrary.c KVClient.c
CLI_HED = KVMessageFormat.h KVClientLibrary.h
CTARGET = Client
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment