Try with flags in container output
This commit is contained in:
parent
fb224e8896
commit
041ccfd532
|
@ -2,7 +2,8 @@
|
|||
|
||||
EMAIL="hi@mmcwilliams.com"
|
||||
NAME="Matt McWilliams"
|
||||
CPPFLAGS="-Wall -Wextra -Werror -I/usr/include/OpenEXR"
|
||||
#CPPFLAGS="-Wall -Wextra -Werror -I/usr/include/OpenEXR"
|
||||
CPPFLAGS="-pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -Wno-non-template-friend -s -O3 -ffast-math -march=native"
|
||||
|
||||
cd unix/
|
||||
./prebuild.sh
|
||||
|
|
Loading…
Reference in New Issue