mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
changed gcc/Solaris flags from -pedantic to -ansi
The former makes the preprocessor forget about the LL suffix [SVN r8649]
This commit is contained in:
parent
ce9e8acfe4
commit
ed23df59b4
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ KAI<br>KCC<br>3.4g
|
|||
solaris
|
||||
gcc
|
||||
GCC 2.95.2
|
||||
g++ -c -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
g++ -o boosttmp.exe -Wall -pedantic -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
g++ -c -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
g++ -o boosttmp.exe -ansi -Wall -ftemplate-depth-30 -Wno-long-long -I%include %source
|
||||
GNU<br>GCC<br>2.95.2
|
||||
|
||||
tru64
|
||||
|
|
Loading…
Add table
Reference in a new issue