diff options
Diffstat (limited to 'Makefile.shared')
| -rw-r--r-- | Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared index 2ed32f4..538dc74 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -68,6 +68,6 @@ ifeq ($(DEBUG), true) CFLAGS += -g -shared -Wall -Werror -fPIC LDFLAGS += #-shared #The -shared flags seemes to break the binary whever there's a windows update. else - CFLAGS += -static -O3 + CFLAGS += -static -O3 -fpermissive LDFLAGS += -static endif |
