mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-13 17:20:21 +02:00
Compile with -fvisibility=hidden; will be good for separate compilation
This commit is contained in:
parent
9e8940e59f
commit
8a111256c6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ TESTS=quads mt-gcbench # MT_GCBench MT_GCBench2
|
|||
COLLECTORS=bdw semi whippet parallel-whippet generational-whippet parallel-generational-whippet
|
||||
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -O2 -g -fno-strict-aliasing -Wno-unused -DNDEBUG
|
||||
CFLAGS=-Wall -O2 -g -fno-strict-aliasing -fvisibility=hidden -Wno-unused -DNDEBUG
|
||||
INCLUDES=-I.
|
||||
LDFLAGS=-lpthread
|
||||
COMPILE=$(CC) $(CFLAGS) $(INCLUDES) $(LDFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue