mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-24 18:44:07 +03:00
Reenable optimization in master.
This commit is contained in:
parent
c1617611ed
commit
8f23a0f943
2
Makefile
2
Makefile
@ -65,7 +65,7 @@ MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
|
||||
|
||||
# NOTFORCHECKIN - restore -O3
|
||||
# -DGHETTO
|
||||
CFLAGS= $(COSFLAGS) -g -msse3 -ffast-math \
|
||||
CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \
|
||||
-funsigned-char \
|
||||
-I/usr/local/include \
|
||||
-I/opt/local/include \
|
||||
|
Loading…
Reference in New Issue
Block a user