This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Don't strip release binaries (for now)
tags/1.9.4
falkTX
11 years ago
parent
9febdaddc3
commit
ed1824f938
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
source/Makefile.mk
+ 2
- 1
source/Makefile.mk
View File
@@ -94,7 +94,8 @@ LINK_OPTS =
else
BASE_FLAGS += -DNDEBUG $(BASE_OPTS) -fvisibility=hidden
CXXFLAGS += -fvisibility-inlines-hidden
LINK_OPTS += -Wl,-O1 -Wl,--strip-all
LINK_OPTS += -Wl,-O1
# -Wl,--strip-all
endif
32BIT_FLAGS = -m32
Write
Preview
Loading…
Cancel
Save