Skip to content

Match some functions in ugen #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 16, 2025
Merged
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
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CC_CHECK_COMP ?= gcc
ifeq ($(VERSION),7.1)
IDO_VERSION := IDO_71
# IDO_TC := cc acpp as0 as1 cfe copt ugen ujoin uld umerge uopt upas usplit
IDO_TC := cc cfe ugen as1 umerge
IDO_TC := cc cfe ugen as1 umerge as0
else ifeq ($(VERSION),5.3)
IDO_VERSION := IDO_53
# IDO_TC := cc acpp as0 as1 cfe copt ld ugen ujoin uld umerge uopt usplit
Expand Down Expand Up @@ -135,6 +135,7 @@ $(BUILD)/src/%.o: CC := $(ASM_PROCESSOR) $(ASM_PROC_FLAGS) $(CC) -- $(AS) $(ASFL


build/src/7.1/mld/%.o: OPTFLAGS := -O2
build/src/7.1/as0/%.o: OPTFLAGS := -O2
build/src/7.1/as1/%.o: OPTFLAGS := -O2
build/src/7.1/cfe/%.o: OPTFLAGS := -O2
build/src/7.1/ugen/%.o: OPTFLAGS := -O2
Expand Down
Loading