Skip to content

Commit

Permalink
removed unused gcc flag
Browse files Browse the repository at this point in the history
  • Loading branch information
justanhduc committed Nov 26, 2022
1 parent 6769a37 commit 9fa30a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PREFIX?=/usr/local
PREFIX_LOCAL=~
GLIBCFLAGS=-D_XOPEN_SOURCE=500 -D__STRICT_ANSI__
GLIBCFLAGS=-D_XOPEN_SOURCE=500
CPPFLAGS+=$(GLIBCFLAGS)
CFLAGS?=-pedantic -Wall -g -O2 -std=c11
LDLIBS+=-lpthread -fopenmp
OBJECTS=main.o \
server.o \
server_start.o \
Expand Down

0 comments on commit 9fa30a8

Please sign in to comment.