home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2634d
)
Server/py: Use -O3 for libplomrogue.
pythonize
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 8 Mar 2015 18:39:44 +0000
(19:39 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 8 Mar 2015 18:39:44 +0000
(19:39 +0100)
compile-server.sh
patch
|
blob
|
history
diff --git
a/compile-server.sh
b/compile-server.sh
index 88b11b421ff6c74bdb78ebb073833fb52f482d76..88be995a37a5cdab9a8d1e06e41e2a0b693bef81 100755
(executable)
--- a/
compile-server.sh
+++ b/
compile-server.sh
@@
-1,2
+1,2
@@
#!/bin/sh
-gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -
g
-o libplomrogue.so libplomrogue.c
+gcc -shared -fPIC -std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -
O3
-o libplomrogue.so libplomrogue.c