1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-18 16:32:32 +02:00

Change the Profiling flag to be shorter

This commit is contained in:
Daniel Evans 2016-04-19 01:22:41 +01:00
parent 3e9b0c64e4
commit 61b47192c1

View File

@ -25,7 +25,7 @@ ENDIF()
# Make GLM use radians
add_definitions(-DGLM_FORCE_RADIANS)
IF(${ENABLE_PROFILE_RENDERER})
IF(${PROFILING})
add_definitions(-DRENDER_PROFILER=1)
else()
add_definitions(-DRENDER_PROFILER=0)