Skip to content

Commit

Permalink
fix: restore -DSLASHSLASH flag
Browse files Browse the repository at this point in the history
  • Loading branch information
neverbot committed Feb 8, 2024
1 parent 843956f commit 286122e
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
Expand Up @@ -39,7 +39,7 @@ ifndef HOST
$(error HOST is undefined)
endif

DEFINES= # -DLARGENUM -DSLASHSLASH -DNOFLOAT -DCLOSURES
DEFINES= -DSLASHSLASH # -DLARGENUM -DNOFLOAT -DCLOSURES
DEBUG= -g -DDEBUG
CCFLAGS=-D$(HOST) $(DEFINES) $(DEBUG)
CXXFLAGS=-I. -Icomp -Ilex -Ied -Iparser -Ikfun $(CCFLAGS)
Expand Down

0 comments on commit 286122e

Please sign in to comment.