mirror of
https://github.com/ZDoom/wadext.git
synced 2024-11-10 14:41:55 +00:00
- fix compiling on Ubuntu
This commit is contained in:
parent
50be5c5bb7
commit
065708b4ea
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if( MSVC )
|
||||||
endif( MSVC )
|
endif( MSVC )
|
||||||
|
|
||||||
if( CMAKE_COMPILER_IS_GNUCXX )
|
if( CMAKE_COMPILER_IS_GNUCXX )
|
||||||
set( ALL_C_FLAGS "${ALL_C_FLAGS} -Wc++11-extensions -ffast-math -pipe" )
|
set( ALL_C_FLAGS "${ALL_C_FLAGS} -std=c++11 -ffast-math -pipe" )
|
||||||
if( GPROF )
|
if( GPROF )
|
||||||
set( ALL_C_FLAGS "${ALL_C_FLAGS} -pg -g" )
|
set( ALL_C_FLAGS "${ALL_C_FLAGS} -pg -g" )
|
||||||
else( GPROF )
|
else( GPROF )
|
||||||
|
|
Loading…
Reference in a new issue