Skip to content

Commit

Permalink
set default compiler back to GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
stuij committed Oct 20, 2023
1 parent 6dd9fe5 commit e3f54f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# comment out to compile with GCC
export COMPILE_WITH_LLVM=1
# uncomment out to compile with GCC
# COMPILE_WITH_LLVM=1

ifdef COMPILE_WITH_LLVM
ifeq ($(strip $(GBA_LLVM)),)
Expand Down

0 comments on commit e3f54f8

Please sign in to comment.