diff options
Diffstat (limited to 'FontEditor')
-rw-r--r-- | FontEditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FontEditor/Makefile b/FontEditor/Makefile index a515f09ddf..27d976d494 100644 --- a/FontEditor/Makefile +++ b/FontEditor/Makefile @@ -18,7 +18,7 @@ CXXFLAGS = -MMD -MP $(WARNING_FLAGS) $(OPTIMIZATION_FLAGS) $(USERLAND_FLAGS) $(F CXX = clang LD = ld AR = ar -LDFLAGS = -static --strip-debug -melf_i386 --build-id=none -z norelro -z now -e _start --gc-sections +LDFLAGS = -static --strip-debug -melf_i386 -e _start --gc-sections all: $(APP) |