diff options
-rw-r--r-- | gtk/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 5bf298602..10528fac1 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -14,11 +14,7 @@ CC = clang # thread also need to create Position Independent Executable -> search online documentation SANITIZE = address #SANITIZE = undefined -else -CXX = g++ -CC = gcc endif -AR = ar RANLIB = touch ifdef GTK3 |