Skip to content

Commit

Permalink
Change compiled standard to gnu++98 so we can compile on gcc 4.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Subsentient committed Mar 18, 2016
1 parent 3f6bbdb commit 8fb65c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXXFLAGS = -std=gnu++03 -pedantic -Wall -g -O0
CXXFLAGS = -std=gnu++98 -pedantic -Wall -g -O0
OUTFILE = ../NEXUS
OBJECTS = config.o netcore.o irc.o state.o server.o nexus.o scrollback.o ignore.o

Expand Down

0 comments on commit 8fb65c5

Please sign in to comment.