Skip to content

Commit

Permalink
unexpose gcc variables again
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Dec 2, 2023
1 parent e8cfbca commit f6584d5
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
Expand Up @@ -42,8 +42,8 @@ endif
CFLAGS = -I. -I./include -I./include/CL -I./otherarch -I./otherarch/tools -Ofast -DNDEBUG -std=c11 -fPIC -DLOG_DISABLE_LOGS -D_GNU_SOURCE
CXXFLAGS = -I. -I./common -I./include -I./include/CL -I./otherarch -I./otherarch/tools -Ofast -DNDEBUG -std=c++11 -fPIC -DLOG_DISABLE_LOGS -D_GNU_SOURCE
LDFLAGS =
CC := gcc-13
CXX := g++-13
#CC := gcc-13
#CXX := g++-13

# these are used on windows, to build some libraries with extra old device compatibility
SIMPLECFLAGS =
Expand Down

0 comments on commit f6584d5

Please sign in to comment.