Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPCLIENT = $(APPNAME)
APPSERVER = $(APPNAME)_server

#CXXFLAGS = -ggdb3
CXXFLAGS ?= -O3 -fomit-frame-pointer -ffast-math -fno-finite-math-only
CXXFLAGS = -O3 -fomit-frame-pointer -ffast-math -fno-finite-math-only
override CXXFLAGS += -Wall -fsigned-char -fno-exceptions -fno-rtti -Wno-invalid-offsetof -std=c++17
PLATFORM = $(shell $(CC) -dumpmachine)
RMFLAGS = -fv
Expand Down
2 changes: 1 addition & 1 deletion src/enet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS?=-O3 -fomit-frame-pointer
CFLAGS=-O3 -fomit-frame-pointer
override CFLAGS:= $(CFLAGS) -Iinclude $(shell ./check_cflags.sh $(CC) $(CFLAGS))

OBJS= \
Expand Down