Skip to content

Commit

Permalink
Remove breaking switch
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasaradi committed Jan 13, 2024
1 parent 6d96f1b commit 7ff79cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIBS = -lcurand

VERSION = -D'TAIGA_VERSION="$(shell git branch | grep \* | cut -d ' ' -f2)"' -D'GIT_REV="$(shell git show -s --pretty=format:%h)"'

DEFAULT_FLAGS = $(VERSION) -D'RENATE=0' -D'FASTMODE=0' -fcommon
DEFAULT_FLAGS = $(VERSION) -D'RENATE=0' -D'FASTMODE=0' #-fcommon
RENATE_FLAGS = $(VERSION) -D'RENATE=1' -D'FASTMODE=0'
RENATE_FAST_FLAGS = $(VERSION) -D'RENATE=1' -D'FASTMODE=1'

Expand Down

0 comments on commit 7ff79cd

Please sign in to comment.