File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,11 +50,8 @@ AC_ARG_ENABLE([debug],
5050AC_ARG_ENABLE ( [ optimizations] ,
5151 [ AS_HELP_STRING ( [ --enable-optimizations] , [ Enable the highest optimization flags (default: no)] ) ] ,
5252 [
53- new_cflags="-Ofast -flto -march=native -z now"
54- new_ldflags="-flto -march=native -z now"
55-
56- CONCAT_SPACED_STRING([ CFLAGS] , [ $new_cflags] )
57- CONCAT_SPACED_STRING([ LDFLAGS] , [ $new_ldflags] )
53+ CONCAT_SPACED_STRING([ CFLAGS] , [ -Ofast -flto -march=native -z now] )
54+ CONCAT_SPACED_STRING([ LDFLAGS] , [ -flto -march=native -z now] )
5855
5956 enable_optimizations=yes
6057 ] ,
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ AC_DEFUN([PRINT_SUMMARY], [
3737] )
3838
3939AC_DEFUN ( [ CONCAT_SPACED_STRING] , [
40- AS_IF ( [ test -n "$$1 "] , [ $1 ="$1 $2 "] , [ $1 ="$2 "] )
40+ AS_IF ( [ test -n "$$1 "] , [ $1 ="$$ 1 $2 "] , [ $1 ="$2 "] )
4141] )
You can’t perform that action at this time.
0 commit comments